Skip to content

Commit b71946a

Browse files
Bump actions/download-artifact from 7 to 8
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>
1 parent abd9d0d commit b71946a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/container-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Download AMD64 image
25-
uses: actions/download-artifact@v7
25+
uses: actions/download-artifact@v8
2626
with:
2727
name: image-amd64-${{ github.run_id }}
2828
path: /tmp

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484
persist-credentials: false
8585

8686
- name: Download AMD64 image
87-
uses: actions/download-artifact@v7
87+
uses: actions/download-artifact@v8
8888
with:
8989
name: image-amd64-${{ github.run_id }}
9090
path: /tmp
9191

9292
- name: Download ARM64 image
93-
uses: actions/download-artifact@v7
93+
uses: actions/download-artifact@v8
9494
with:
9595
name: image-arm64-${{ github.run_id }}
9696
path: /tmp

0 commit comments

Comments
 (0)