From 796e72dc009909385600b4d62d43e5d3202670dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:03:50 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/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] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d81826..d676da5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -306,7 +306,7 @@ jobs: help: "https://kind.sigs.k8s.io/docs/user/local-registry/" EOF - name: Download staged bundle - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: servicebinding-runtime-bundle.tar - name: Relocate bundle @@ -475,7 +475,7 @@ jobs: release_name: ${{ steps.get_version.outputs.VERSION }} draft: true - name: Download staged bundle - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: servicebinding-runtime-bundle.tar - name: Upload servicebinding-runtime-bundle.tar