From 129af644adabeee2f51e4a85f1d23d3c12d532f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:28:47 +0000 Subject: [PATCH] chore(deps): 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/image-build-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-build-push.yaml b/.github/workflows/image-build-push.yaml index f4113f6..a2deaa1 100644 --- a/.github/workflows/image-build-push.yaml +++ b/.github/workflows/image-build-push.yaml @@ -190,7 +190,7 @@ jobs: version: ${{fromJson(needs.define.outputs.kubernetes_versions)}} steps: - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: digests-${{ matrix.version }}-* path: /tmp/digests @@ -242,7 +242,7 @@ jobs: version: ${{fromJson(needs.define.outputs.kubernetes_versions)}} steps: - name: Download digests (GHCR) - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: digests-ghcr-${{ matrix.version }}-* path: /tmp/digests-ghcr