Commit d36d9be 1 parent 4386487 commit d36d9be Copy full SHA for d36d9be
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
34
34
- name : Upload reports
35
35
if : failure()
36
- uses : actions/upload-artifact@v3
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : reports
39
39
path : ./**/target/surefire-reports
67
67
68
68
- name : Upload reports
69
69
if : failure()
70
- uses : actions/upload-artifact@v3
70
+ uses : actions/upload-artifact@v4
71
71
with :
72
72
name : reports
73
73
path : ./**/target/surefire-reports
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
- name : Upload reports
103
103
if : failure()
104
- uses : actions/upload-artifact@v3
104
+ uses : actions/upload-artifact@v4
105
105
with :
106
106
name : reports
107
107
path : ./**/target/surefire-reports
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
- name : Upload reports
132
132
if : failure()
133
- uses : actions/upload-artifact@v3
133
+ uses : actions/upload-artifact@v4
134
134
with :
135
135
name : reports
136
136
path : ./**/target/surefire-reports
@@ -163,7 +163,7 @@ jobs:
163
163
164
164
- name : Upload reports
165
165
if : failure()
166
- uses : actions/upload-artifact@v3
166
+ uses : actions/upload-artifact@v4
167
167
with :
168
168
name : reports
169
169
path : ./**/target/surefire-reports
You can’t perform that action at this time.
0 commit comments