From 33aeff8eb49a2bd7624f8fc270dad70750d3da3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 05:07:11 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.4.0 --- .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 6b946e1..2bb67da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: continue-on-error: true - name: Create GitHub Release with artifacts - uses: softprops/action-gh-release@v2.3.3 + uses: softprops/action-gh-release@v2.4.0 with: tag_name: ${{ github.event.inputs.tag }} name: ${{ github.event.inputs.tag }}