diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0ece99d..25eef06c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,12 +73,12 @@ jobs: retention-days: 5 - name: generate build provenance (binaries) - uses: actions/attest-build-provenance@v3 + uses: actions/attest@v4 with: subject-checksums: ./dist/checksums.txt - name: generate build provenance (docker images) - uses: actions/attest-build-provenance@v3 + uses: actions/attest@v4 with: subject-checksums: ./dist/digests.txt diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19585924..7def6a6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: # but only for binaries - name: generate build provenance (binaries) if: github.event.pull_request.head.repo.full_name == github.repository - uses: actions/attest-build-provenance@v3 + uses: actions/attest@v4 with: subject-checksums: ./dist/checksums.txt