Skip to content

Commit d37aae2

Browse files
Bump actions/download-artifact from 6 to 7 (#516)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 245a3fb commit d37aae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v6
309+
uses: actions/download-artifact@v7
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@v6
478+
uses: actions/download-artifact@v7
479479
with:
480480
name: servicebinding-runtime-bundle.tar
481481
- name: Upload servicebinding-runtime-bundle.tar

0 commit comments

Comments
 (0)