Skip to content

Commit b7e00a9

Browse files
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09a180e commit b7e00a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v5
107+
uses: actions/download-artifact@v6
108108
with:
109109
name: image-amd64-${{ github.run_id }}
110110
path: /tmp
111111

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

0 commit comments

Comments
 (0)