diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ee247b7..5be4dad 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -77,7 +77,7 @@ jobs: - name: Attest Build Provenance if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.dry_run == 'false') - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-path: "dist/**/*.tar.gz"