From 5fd87f28b1d52d748ebda4159b03042c7ed5f64c Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:58:10 +1000 Subject: [PATCH] Fix CI warning by updating action-gh-release version --- .github/workflows/pr_compile_scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_compile_scripts.yml b/.github/workflows/pr_compile_scripts.yml index 0051d69..ecf3b27 100644 --- a/.github/workflows/pr_compile_scripts.yml +++ b/.github/workflows/pr_compile_scripts.yml @@ -60,7 +60,7 @@ jobs: # Publish a release - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits with: files: |