File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
78
78
- name : Upload test results
79
79
if : always()
80
- uses : actions/upload-artifact@v3
80
+ uses : actions/upload-artifact@v4
81
81
with :
82
82
name : test-reports
83
83
path : |
Original file line number Diff line number Diff line change 74
74
run : ./gradlew --stacktrace --info test
75
75
- name : Upload test results
76
76
if : always()
77
- uses : actions/upload-artifact@v3
77
+ uses : actions/upload-artifact@v4
78
78
with :
79
79
name : test-reports-${{ matrix.branch }}-${{ matrix.os }}
80
80
path : |
Original file line number Diff line number Diff line change 44
44
run : ./gradlew --stacktrace --info test
45
45
- name : Upload test results
46
46
if : always()
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : test-reports-${{ runner.os }}
50
50
path : |
You can’t perform that action at this time.
0 commit comments