diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 90f06d9d492..992053f586d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -836,7 +836,7 @@ jobs: # Confusingly, this action also supports updating releases, not # just creating them. This is what we want here, since we've manually # created the release above. - uses: softprops/action-gh-release@v3.0.2 + uses: softprops/action-gh-release@v3.0.3 with: # dist/ contains the built packages plus the Sigstore signatures # and certificates emitted alongside them by the signing step above.