diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 0c6bdbefbcd..ecb8bd94010 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -50,7 +50,7 @@ jobs: run: twine check dist/* - name: Create Sigstore attestations for built distributions - uses: actions/attest@v1 + uses: actions/attest@v4 id: attest with: subject-path: "dist/*"