From 4c0891c2f06a1cf8f5ac8612b3296ec4e18d0741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:19:16 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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] --- .github/workflows/docker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0a325e4ec9..dd3810df8f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -293,7 +293,7 @@ jobs: run: echo "platform=$(echo ${{ matrix.platform }} | tr '/' '-' | cut -f 2- -d '-')" >> "${GITHUB_OUTPUT}" - name: Download Cache id: fetch-cache - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: cache-${{ steps.artifact-name.outputs.platform }} path: /tmp/build-cache @@ -379,7 +379,7 @@ jobs: uses: actions/checkout@v4 - name: Download digests id: fetch-digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/digests pattern: docker-digests-* @@ -442,7 +442,7 @@ jobs: run: echo "platform=$(echo ${{ matrix.platform }} | tr '/' '-' | cut -f 2- -d '-')" >> "${GITHUB_OUTPUT}" - name: Download Cache id: fetch-cache - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: cache-${{ steps.artifact-name.outputs.platform }} path: /tmp/build-cache @@ -529,7 +529,7 @@ jobs: uses: actions/checkout@v4 - name: Download digests id: fetch-digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/digests pattern: quay-digests-* @@ -593,7 +593,7 @@ jobs: run: echo "platform=$(echo ${{ matrix.platform }} | tr '/' '-' | cut -f 2- -d '-')" >> "${GITHUB_OUTPUT}" - name: Download Cache id: fetch-cache - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: cache-${{ steps.artifact-name.outputs.platform }} path: /tmp/build-cache @@ -680,7 +680,7 @@ jobs: uses: actions/checkout@v4 - name: Download digests id: fetch-digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/digests pattern: ghcr-digests-*