Downgrade action-gh-release from v4 to v3

This commit is contained in:
Keen-eyed 2026-03-25 22:09:19 +09:00 committed by GitHub
parent b873e304ed
commit 693bf60fb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,7 @@ jobs:
- name: Create Release
if: ${{ inputs.create_release }}
uses: softprops/action-gh-release@v4 # ← 修正済み
uses: softprops/action-gh-release@v3 # ← 修正済み
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: