diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 878b4237bce..a305208a9d5 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -52,7 +52,7 @@ jobs: twine check dist/* - name: Create Sigstore attestations for built distributions - uses: actions/attest@v1 + uses: actions/attest@v2 id: attest with: subject-path: "dist/*"