Skip to content

Commit 9623461

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1454f0a commit 9623461

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@v4
126+
uses: actions/upload-artifact@v5
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@v4
160+
uses: actions/upload-artifact@v5
161161
with:
162162
name: failed-tests-windows-${{ matrix.nr }}
163163
path: ${{env.FAILED_TEST_ARTIFACTS}}
@@ -211,7 +211,7 @@ jobs:
211211
- name: zip up tracked files
212212
run: git archive -o artifacts/tracked.tar.gz HEAD
213213
- name: upload tracked files and build artifacts
214-
uses: actions/upload-artifact@v4
214+
uses: actions/upload-artifact@v5
215215
with:
216216
name: vs-artifacts-${{ matrix.arch }}
217217
path: artifacts
@@ -247,7 +247,7 @@ jobs:
247247
run: ci/print-test-failures.sh
248248
- name: Upload failed tests' directories
249249
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
250-
uses: actions/upload-artifact@v4
250+
uses: actions/upload-artifact@v5
251251
with:
252252
name: failed-tests-windows-vs-${{ matrix.nr }}
253253
path: ${{env.FAILED_TEST_ARTIFACTS}}
@@ -273,7 +273,7 @@ jobs:
273273
shell: pwsh
274274
run: meson compile -C build
275275
- name: Upload build artifacts
276-
uses: actions/upload-artifact@v4
276+
uses: actions/upload-artifact@v5
277277
with:
278278
name: windows-meson-artifacts
279279
path: build
@@ -342,7 +342,7 @@ jobs:
342342
run: ci/print-test-failures.sh
343343
- name: Upload failed tests' directories
344344
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
345-
uses: actions/upload-artifact@v4
345+
uses: actions/upload-artifact@v5
346346
with:
347347
name: failed-tests-${{matrix.vector.jobname}}
348348
path: ${{env.FAILED_TEST_ARTIFACTS}}
@@ -442,7 +442,7 @@ jobs:
442442
run: sudo --preserve-env --set-home --user=builder ci/print-test-failures.sh
443443
- name: Upload failed tests' directories
444444
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
445-
uses: actions/upload-artifact@v4
445+
uses: actions/upload-artifact@v5
446446
with:
447447
name: failed-tests-${{matrix.vector.jobname}}
448448
path: ${{env.FAILED_TEST_ARTIFACTS}}

0 commit comments

Comments
 (0)