Skip to content

Commit 33655b5

Browse files
Bump actions/download-artifact from 6 to 7 (#5160)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13dd405 commit 33655b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175

176176
steps:
177177
- uses: actions/checkout@v6
178-
- uses: actions/download-artifact@v6
178+
- uses: actions/download-artifact@v7
179179
with:
180180
name: coverage_${{ matrix.os }}_${{ matrix.tests-env }}
181181
path: .
@@ -363,7 +363,7 @@ jobs:
363363
364364
steps:
365365
- uses: actions/checkout@v6
366-
- uses: actions/download-artifact@v6
366+
- uses: actions/download-artifact@v7
367367
with:
368368
name: ${{ matrix.os }}
369369

@@ -430,20 +430,20 @@ jobs:
430430
- uses: actions/checkout@v6
431431

432432
- name: Download 20.04 debian artifact
433-
uses: actions/download-artifact@v6
433+
uses: actions/download-artifact@v7
434434
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
435435
with:
436436
name: focal
437437

438438
- name: Download 22.04 debian artifact
439439
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
440-
uses: actions/download-artifact@v6
440+
uses: actions/download-artifact@v7
441441
with:
442442
name: jammy
443443

444444
- name: Download 24.04 debian artifact
445445
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
446-
uses: actions/download-artifact@v6
446+
uses: actions/download-artifact@v7
447447
with:
448448
name: noble
449449

0 commit comments

Comments
 (0)