From 8fa5d8961ba855828ca402abaf0b561aa0f9d6a3 Mon Sep 17 00:00:00 2001 From: Sin-Kang Date: Fri, 7 Aug 2026 22:37:25 +0900 Subject: [PATCH] ci: bump action-gh-release v2 -> v3 Release runs warn that v2 targets deprecated Node 20 (forced onto Node 24 by the runner). v3 declares node24 natively; the inputs we use are unchanged. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d55a141..7ed026b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub Release (creates the tag on workflow_dispatch) - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.RELEASE_TAG }} name: ${{ env.RELEASE_TAG }}