diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcf67a5ade..4d233197cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v3 with: - cosign-release: 'v2.2.4' + cosign-release: 'v2.4.0' - name: Store Cosign private key in a file run: 'echo "$COSIGN_KEY" > /tmp/cosign.key' shell: bash