File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
run : ./gradlew check --stacktrace
32
32
- name : Archive test results
33
33
if : failure()
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : junit_report_${{ matrix.os }}_${{ matrix.java_version }}
37
37
path : build/reports/tests/test
Original file line number Diff line number Diff line change 21
21
run : echo ${{ github.event.number }} > PR_NUMBER.txt
22
22
- name : Archive PR number
23
23
if : github.event_name == 'pull_request'
24
- uses : actions/upload-artifact@v3
24
+ uses : actions/upload-artifact@v4
25
25
with :
26
26
name : PR_NUMBER
27
27
path : PR_NUMBER.txt
Original file line number Diff line number Diff line change 43
43
run : python .github/scripts/build-jpackage.py ${{ matrix.prefix }} ${{ matrix.app-image }}
44
44
45
45
- name : Upload artifact
46
- uses : actions/upload-artifact@v3
46
+ uses : actions/upload-artifact@v4
47
47
with :
48
48
name : bsl-language-server_${{ matrix.prefix }}.zip
49
49
path : ./${{ matrix.app-image }}
You can’t perform that action at this time.
0 commit comments