From 362f677da8445176d63b236534572dff35ab3c2a Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 7 Aug 2024 21:13:59 +0200 Subject: [PATCH] [ci] Update softprops/action-gh-release action to v2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef13a7f..60a91b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - run: tar -cvf "${{ steps.get_version.outputs.version }}-win32-x64.tar" -C "prebuilds/windows-latest-x64" win32-x64 - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: files: ${{ steps.get_version.outputs.version }}-*.tar token: ${{ secrets.GITHUB_TOKEN }}