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-*