Skip to content

Commit d36d9be

Browse files
Update actions/upload-artifact action to v4
1 parent 4386487 commit d36d9be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Upload reports
3535
if: failure()
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: reports
3939
path: ./**/target/surefire-reports
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Upload reports
6969
if: failure()
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: reports
7373
path: ./**/target/surefire-reports
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Upload reports
103103
if: failure()
104-
uses: actions/upload-artifact@v3
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: reports
107107
path: ./**/target/surefire-reports
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Upload reports
132132
if: failure()
133-
uses: actions/upload-artifact@v3
133+
uses: actions/upload-artifact@v4
134134
with:
135135
name: reports
136136
path: ./**/target/surefire-reports
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Upload reports
165165
if: failure()
166-
uses: actions/upload-artifact@v3
166+
uses: actions/upload-artifact@v4
167167
with:
168168
name: reports
169169
path: ./**/target/surefire-reports

0 commit comments

Comments
 (0)