Skip to content

Commit 49dd459

Browse files
chore(deps): 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 34cf002 commit 49dd459

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ jobs:
104104
persist-credentials: false
105105

106106
- name: Download AMD64 image
107-
uses: actions/download-artifact@v7
107+
uses: actions/download-artifact@v8
108108
with:
109109
name: image-amd64-${{ github.run_id }}
110110
path: /tmp
111111

112112
- name: Download ARM64 image
113-
uses: actions/download-artifact@v7
113+
uses: actions/download-artifact@v8
114114
with:
115115
name: image-arm64-${{ github.run_id }}
116116
path: /tmp

0 commit comments

Comments
 (0)