From 607b5f7178ba1616266893fae13dc54ebb76e9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:46:53 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 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/v1...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/package-release.yml | 4 ++-- .github/workflows/release-descriptor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 954d7ae..568de04 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -162,7 +162,7 @@ jobs: - name: Auto create release from push if: steps.version.outputs.skip != 'true' && steps.version.outputs.new_tag && github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.new_tag }} name: ${{ steps.version.outputs.new_tag }} @@ -190,7 +190,7 @@ jobs: - name: Attach assets to release if: github.event_name == 'release' && github.event.inputs.dryRun != 'true' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: files: | release/${{ env.WINDOWS_ARCHIVE }} diff --git a/.github/workflows/release-descriptor.yml b/.github/workflows/release-descriptor.yml index c97256c..5882019 100644 --- a/.github/workflows/release-descriptor.yml +++ b/.github/workflows/release-descriptor.yml @@ -87,7 +87,7 @@ jobs: - name: Publish release if: steps.version.outputs.skip != 'true' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.version }} name: ${{ steps.version.outputs.version }}