From 2b6032a111e2e339924c44a6f6faf7d8589c64a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 19:32:30 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/all-platform-build.yml | 2 +- .github/workflows/desktop-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all-platform-build.yml b/.github/workflows/all-platform-build.yml index 79b4954..c645ff8 100644 --- a/.github/workflows/all-platform-build.yml +++ b/.github/workflows/all-platform-build.yml @@ -151,7 +151,7 @@ jobs: merge-multiple: true - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }} diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 472859b..4c65890 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -83,7 +83,7 @@ jobs: merge-multiple: true - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: desktop-build-${{ github.run_number }}-${{ github.run_attempt }} name: Release for Desktop Build #${{ github.run_number }}.${{ github.run_attempt }}