diff --git a/.github/workflows/create_release_assets.yml b/.github/workflows/create_release_assets.yml index 16ee92ef..c8a6922f 100644 --- a/.github/workflows/create_release_assets.yml +++ b/.github/workflows/create_release_assets.yml @@ -130,7 +130,7 @@ jobs: files: assets/* - name: Generate artifact attestations - uses: actions/attest-build-provenance@v2.4.0 + uses: actions/attest-build-provenance@v3.0.0 with: subject-path: assets/* @@ -247,6 +247,6 @@ jobs: files: assets/* - name: Generate artifact attestations - uses: actions/attest-build-provenance@v2.4.0 + uses: actions/attest-build-provenance@v3.0.0 with: subject-path: assets/* diff --git a/.github/workflows/release_to_pypi.yml b/.github/workflows/release_to_pypi.yml index 2249d2da..cd080eb5 100644 --- a/.github/workflows/release_to_pypi.yml +++ b/.github/workflows/release_to_pypi.yml @@ -97,7 +97,7 @@ jobs: - uses: actions/download-artifact@v5.0.0 - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2.4.0 + uses: actions/attest-build-provenance@v3.0.0 with: subject-path: 'wheels-*/*'