diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0377ec4420a..f83e708502a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -134,7 +134,7 @@ jobs: run: | cp ./docker/prod/Dockerfile ./Dockerfile - name: Download precompiled public assets - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: public-assets-${{ inputs.tag }}-${{ github.sha }} path: public/ @@ -285,7 +285,7 @@ jobs: overwrite: true name: "merged-digests-${{ inputs.tag }}-${{ matrix.target }}-${{ github.run_number }}-${{ github.run_attempt }}" - name: Download digests - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: "merged-digests-${{ inputs.tag }}-${{ matrix.target }}-${{ github.run_number }}-${{ github.run_attempt }}" path: /tmp/digests