diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index 7ba2c750..faf7490c 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -83,7 +83,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Attest release artifacts - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: ${{ steps.subjects.outputs.subject-paths }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 337a6d45..5e815fcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: run: certutil -hashfile ${{ matrix.artifact_name }} SHA256 | findstr /v "hash" > ${{ matrix.artifact_name }}.sha256 - name: Generate build provenance (SLSA) - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: ${{ matrix.artifact_name }}