Skip to content

Commit 677be7f

Browse files
Bump actions/download-artifact from 5 to 6 (#2680)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7926d51 commit 677be7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
type=semver,pattern={{version}},value=${{ env.VERSION }}
250250
251251
- name: Download digests
252-
uses: actions/download-artifact@v5
252+
uses: actions/download-artifact@v6
253253
with:
254254
path: /tmp/digests
255255
pattern: digests-operator-*
@@ -303,7 +303,7 @@ jobs:
303303
type=semver,pattern={{version}},value=${{ env.VERSION }}
304304
305305
- name: Download digests
306-
uses: actions/download-artifact@v5
306+
uses: actions/download-artifact@v6
307307
with:
308308
path: /tmp/digests
309309
pattern: digests-kubectl-*

0 commit comments

Comments
 (0)