From 4e0a24b77214dd90fb2db852cf33830d1264dfd3 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 2 Sep 2026 10:12:25 +0000 Subject: [PATCH] Upgrade softprops/action-gh-release to v3 for Node 24 softprops/action-gh-release@v2 targets the deprecated Node.js 20 runtime and is being forced onto Node.js 24. v3.0.0 moves the action to Node 24 with no breaking changes to the inputs this workflow uses. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Gj9vwiAFZwRn1N7zpzMjF3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aabdf99..8bff115 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: id: rename - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.release_tag }} name: >