From 8f397f76f37d5f55f434d2fcd56334e10c1d3d17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:49:00 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/fetch_releases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetch_releases.yaml b/.github/workflows/fetch_releases.yaml index ae2dbc7..45718f4 100644 --- a/.github/workflows/fetch_releases.yaml +++ b/.github/workflows/fetch_releases.yaml @@ -138,7 +138,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.0 with: name: "Continuous ${{ matrix.title }}_${{ matrix.arch }}" tag_name: "${{ matrix.title }}_${{ matrix.arch }}" @@ -153,7 +153,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v3.0.0 with: name: "Snapshot-(${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"