From e88bc22660950df4ca64f5c8524bd537a69bdbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:24:48 -0700 Subject: [PATCH] Bump softprops/action-gh-release (#2523) --- .github/workflows/windows_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 39b8e91a..21a83416 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -91,7 +91,7 @@ jobs: - name: Display structure of uploadable files run: ls -R . - name: Upload release assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: