diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index a535490b..a88079bd 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -850,7 +850,7 @@ jobs: echo "CLEAN_VERSION=${VERSION}" >> $GITHUB_ENV - name: Create prerelease with binaries - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: files: release-files/* prerelease: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ce3ddf5..0526aafc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1208,7 +1208,7 @@ jobs: ls -la pending-notarizations/ || echo "No pending notarizations" - name: Create release with binaries - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: files: release-files/* body: | diff --git a/.github/workflows/retry-sign-release.yml b/.github/workflows/retry-sign-release.yml index 31fd4999..3989b809 100644 --- a/.github/workflows/retry-sign-release.yml +++ b/.github/workflows/retry-sign-release.yml @@ -317,7 +317,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create release with binaries - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: ${{ inputs.tag }} files: release-files/*