diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 17b749740ce..fd6f5702aaf 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@v3 id: attest with: subject-path: "dist/*"