From 591ec3ce6b5009844036b80526da788d664329fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:06:27 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84ddacf..f368db5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/v') id: create_release @@ -33,7 +33,7 @@ jobs: buildPreset: ninja-multi-vcpkg buildPresetAdditionalArgs: "['--config Release']" - name: Upload release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/v') with: tag_name: ${{ needs.create_release.outputs.tag-name }} @@ -81,7 +81,7 @@ jobs: export LDFLAGS="${CFLAGS}" runbuild_clsv - name: Upload release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/v') with: tag_name: ${{ needs.create_release.outputs.tag-name }} @@ -121,7 +121,7 @@ jobs: export LDFLAGS="${CFLAGS}" runbuild_clsv - name: Upload release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/v') with: tag_name: ${{ needs.create_release.outputs.tag-name }}