From 772d381dc6529834e5fd9ad7d05402d81b8a0102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:50:09 +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/release-security-report.yml | 2 +- .github/workflows/windows-release-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-security-report.yml b/.github/workflows/release-security-report.yml index 1cb472c..321573a 100644 --- a/.github/workflows/release-security-report.yml +++ b/.github/workflows/release-security-report.yml @@ -92,7 +92,7 @@ jobs: - name: Upload report to release assets if: always() - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.RELEASE_TAG }} fail_on_unmatched_files: true diff --git a/.github/workflows/windows-release-package.yml b/.github/workflows/windows-release-package.yml index 06b1ae2..51945fc 100644 --- a/.github/workflows/windows-release-package.yml +++ b/.github/workflows/windows-release-package.yml @@ -134,7 +134,7 @@ jobs: } - name: Upload package as release asset - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.release.tag_name || inputs.tag }} fail_on_unmatched_files: true