From bd8f0faa72f16934acf859842582f471fc80f3e4 Mon Sep 17 00:00:00 2001 From: "C.Ponapalt" Date: Sun, 10 Nov 2024 20:16:15 +0900 Subject: [PATCH] Update auto_release.yml --- .github/workflows/auto_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index 533e8f2..da1e9b3 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -62,7 +62,7 @@ jobs: 7z a -tzip "yayame.nar" ./* - name: Create and upload release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: