From dbab3ca4491b381698b304da465c3ae163ad40e3 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 7 Aug 2024 21:14:29 +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 e93a4f9..83480a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,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 }}