Skip to content

Commit 8d2729e

Browse files
rimruldscho
authored andcommitted
ci: bump actions/upload-artifact to v4
Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent ac09146 commit 8d2729e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: zip up tracked files
124124
run: git archive -o artifacts/tracked.tar.gz HEAD
125125
- name: upload tracked files and build artifacts
126-
uses: actions/upload-artifact@v3
126+
uses: actions/upload-artifact@v4
127127
with:
128128
name: windows-artifacts
129129
path: artifacts
@@ -157,7 +157,7 @@ jobs:
157157
run: ci/print-test-failures.sh
158158
- name: Upload failed tests' directories
159159
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
160-
uses: actions/upload-artifact@v3
160+
uses: actions/upload-artifact@v4
161161
with:
162162
name: failed-tests-windows
163163
path: ${{env.FAILED_TEST_ARTIFACTS}}
@@ -212,7 +212,7 @@ jobs:
212212
- name: zip up tracked files
213213
run: git archive -o artifacts/tracked.tar.gz HEAD
214214
- name: upload tracked files and build artifacts
215-
uses: actions/upload-artifact@v3
215+
uses: actions/upload-artifact@v4
216216
with:
217217
name: vs-artifacts
218218
path: artifacts
@@ -248,7 +248,7 @@ jobs:
248248
run: ci/print-test-failures.sh
249249
- name: Upload failed tests' directories
250250
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
251-
uses: actions/upload-artifact@v3
251+
uses: actions/upload-artifact@v4
252252
with:
253253
name: failed-tests-windows
254254
path: ${{env.FAILED_TEST_ARTIFACTS}}
@@ -305,7 +305,7 @@ jobs:
305305
run: ci/print-test-failures.sh
306306
- name: Upload failed tests' directories
307307
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
308-
uses: actions/upload-artifact@v3
308+
uses: actions/upload-artifact@v4
309309
with:
310310
name: failed-tests-${{matrix.vector.jobname}}
311311
path: ${{env.FAILED_TEST_ARTIFACTS}}
@@ -353,13 +353,13 @@ jobs:
353353
run: ci/print-test-failures.sh
354354
- name: Upload failed tests' directories
355355
if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname != 'linux32'
356-
uses: actions/upload-artifact@v3
356+
uses: actions/upload-artifact@v4
357357
with:
358358
name: failed-tests-${{matrix.vector.jobname}}
359359
path: ${{env.FAILED_TEST_ARTIFACTS}}
360360
- name: Upload failed tests' directories
361361
if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32'
362-
uses: actions/upload-artifact@v1
362+
uses: actions/upload-artifact@v4
363363
with:
364364
name: failed-tests-${{matrix.vector.jobname}}
365365
path: ${{env.FAILED_TEST_ARTIFACTS}}

0 commit comments

Comments
 (0)