diff --git a/.github/workflows/release-sign.yml b/.github/workflows/release-sign.yml index ee3af5ce..bb7233ff 100644 --- a/.github/workflows/release-sign.yml +++ b/.github/workflows/release-sign.yml @@ -54,7 +54,7 @@ jobs: run: git archive --format=tar.gz -o ${IMATH_TARBALL} --prefix ${IMATH_PREFIX} ${TAG} - name: Sign archive with Sigstore - uses: sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c # v3.1.0 + uses: sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d # v3.2.0 with: inputs: ${{ env.IMATH_TARBALL }} upload-signing-artifacts: false