From feee9ba00e3b5f374940b01527b15f35affd1190 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:14:13 +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..34aa9d8 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.1 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.1 with: name: "Snapshot-(${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"