From 08e1ba2a6d1ce840cd98bb67141d8aaad0f9a334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 03:58:36 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48695cc..8208cba 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: GH_TOKEN: "${{ inputs.github_token }}" - name: Release Artifacts - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: name: "Nightly Build (${{ env.DATE }})" tag_name: "nightly"