From 1edf2840ec1d9bc387930d2da39305eae63723be Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Wed, 22 Apr 2026 14:48:31 +0200 Subject: [PATCH] Bump softprops/action-gh-release from 2 to 3 https://github.com/softprops/action-gh-release/compare/v2...v3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e609594..5512e38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: NUGET_API_KEY: ${{ steps.nuget.outputs.NUGET_API_KEY }} - name: release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: ${{ !cancelled() && startsWith(github.ref, 'refs/tags/') }} with: name: 'vbamc ${{ github.ref_name }}'