Skip to content

Commit a20059b

Browse files
Bump actions/download-artifact from 7 to 8 (#531)
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 c6a568a commit a20059b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
help: "https://kind.sigs.k8s.io/docs/user/local-registry/"
307307
EOF
308308
- name: Download staged bundle
309-
uses: actions/download-artifact@v7
309+
uses: actions/download-artifact@v8
310310
with:
311311
name: servicebinding-runtime-bundle.tar
312312
- name: Relocate bundle
@@ -475,7 +475,7 @@ jobs:
475475
release_name: ${{ steps.get_version.outputs.VERSION }}
476476
draft: true
477477
- name: Download staged bundle
478-
uses: actions/download-artifact@v7
478+
uses: actions/download-artifact@v8
479479
with:
480480
name: servicebinding-runtime-bundle.tar
481481
- name: Upload servicebinding-runtime-bundle.tar

0 commit comments

Comments
 (0)