Skip to content

Commit 9df9ec8

Browse files
build(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e0cd5b commit 9df9ec8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 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@v5
126+
uses: actions/upload-artifact@v7
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@v5
160+
uses: actions/upload-artifact@v7
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@v5
214+
uses: actions/upload-artifact@v7
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@v5
250+
uses: actions/upload-artifact@v7
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@v5
276+
uses: actions/upload-artifact@v7
277277
with:
278278
name: windows-meson-artifacts
279279
path: build
@@ -308,7 +308,7 @@ jobs:
308308
run: ci/print-test-failures.sh
309309
- name: Upload failed tests' directories
310310
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
311-
uses: actions/upload-artifact@v4
311+
uses: actions/upload-artifact@v7
312312
with:
313313
name: failed-tests-windows-meson-${{ matrix.nr }}
314314
path: ${{env.FAILED_TEST_ARTIFACTS}}
@@ -352,7 +352,7 @@ jobs:
352352
run: ci/print-test-failures.sh
353353
- name: Upload failed tests' directories
354354
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
355-
uses: actions/upload-artifact@v5
355+
uses: actions/upload-artifact@v7
356356
with:
357357
name: failed-tests-${{matrix.vector.jobname}}
358358
path: ${{env.FAILED_TEST_ARTIFACTS}}
@@ -452,7 +452,7 @@ jobs:
452452
run: sudo --preserve-env --set-home --user=builder ci/print-test-failures.sh
453453
- name: Upload failed tests' directories
454454
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
455-
uses: actions/upload-artifact@v5
455+
uses: actions/upload-artifact@v7
456456
with:
457457
name: failed-tests-${{matrix.vector.jobname}}
458458
path: ${{env.FAILED_TEST_ARTIFACTS}}

0 commit comments

Comments
 (0)