diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c39b0aa..caafa89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -578,7 +578,7 @@ jobs: # ----------------------------------------------------------------------- - name: Create GitHub Pre-release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 5682051..6cf361d 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -121,7 +121,7 @@ jobs: path: release-artifacts - name: Create GitHub Pre-release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1ddd21..09e02b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -638,7 +638,7 @@ jobs: # ----------------------------------------------------------------------- - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true with: