diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35ba742..a7e4806 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,12 +50,12 @@ jobs: attestations: write contents: read steps: - - uses: actions/download-artifact@54124fbd881f8ce794405a06896c93c49c17463e + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 with: artifact-ids: ${{ needs.release.outputs.artifact-id }} - name: attest build provenance - uses: actions/attest-build-provenance@2.2.3 + uses: actions/attest-build-provenance@v2.3.0 with: subject-path: "." @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest needs: [release, sign] steps: - - uses: actions/download-artifact@54124fbd881f8ce794405a06896c93c49c17463e + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 with: artifact-ids: ${{ needs.release.outputs.artifact-id }}