From b873e304ed5877c2318d412d2915a3c27e1569e8 Mon Sep 17 00:00:00 2001 From: Keen-eyed <166857601+Keen-eyed@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:07:13 +0900 Subject: [PATCH] Upgrade action-gh-release from v2 to v4 --- .github/workflows/main3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main3.yml b/.github/workflows/main3.yml index 6074608..0476c56 100644 --- a/.github/workflows/main3.yml +++ b/.github/workflows/main3.yml @@ -160,7 +160,7 @@ jobs: - name: Create Release if: ${{ inputs.create_release }} - uses: softprops/action-gh-release@v2 # ← 修正済み + uses: softprops/action-gh-release@v4 # ← 修正済み env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: