From 081bb98ed8a4d5db5d4869f7aa4bc6f1cd7ba293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:21:48 +0000 Subject: [PATCH] ci(github-action): update softprops/action-gh-release action to v2 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2fca715..5b4bd23 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: 7z a -tzip -mx9 zbxlld-win-x64-${{ github.ref_name }}.zip $PWD/publish/*.* - name: 🚀 Publish - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 + uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2 if: startsWith(github.ref, 'refs/tags/') with: files: "zbxlld*.zip"