Skip to content

Commit 8a857a2

Browse files
chore(ci)(deps): bump actions/download-artifact from 7 to 8 (#7187)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d475c70 commit 8a857a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ jobs:
477477
- name: Download test shard attestations
478478
id: attestations
479479
continue-on-error: true
480-
uses: actions/download-artifact@v7
480+
uses: actions/download-artifact@v8
481481
with:
482482
pattern: shard-attest-test-*
483483
path: ${{ runner.temp }}/shard-attestations
@@ -1020,7 +1020,7 @@ jobs:
10201020
- name: Download dogfood attestations
10211021
id: attestations
10221022
continue-on-error: true
1023-
uses: actions/download-artifact@v7
1023+
uses: actions/download-artifact@v8
10241024
with:
10251025
pattern: shard-attest-dogfood-*
10261026
path: ${{ runner.temp }}/shard-attestations

0 commit comments

Comments
 (0)