diff --git a/.github/workflows/workflow_call-build_images.yaml b/.github/workflows/workflow_call-build_images.yaml index 1573aff..d6ac8d2 100644 --- a/.github/workflows/workflow_call-build_images.yaml +++ b/.github/workflows/workflow_call-build_images.yaml @@ -203,7 +203,7 @@ jobs: - name: Upload Digest if: ${{ inputs.pushImages }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ matrix.image.name }}-${{ matrix.image.target_os }}-${{ matrix.image.target_arch }} path: /tmp/${{ matrix.image.name }}/* @@ -230,7 +230,7 @@ jobs: echo "LOWERCASE_REPO_OWNER=${GITHUB_REPOSITORY_OWNER,,}" >> "${GITHUB_ENV}" - name: Download Digests - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: pattern: "${{ matrix.image.name }}-{linux,darwin}-{amd64,arm64,arm}" merge-multiple: true