From ad151b4c30b6517ac2b201194e1345658c887235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 06:17:52 +0000 Subject: [PATCH] build(deps): 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/build.yml | 2 +- .github/workflows/vuru-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d867f7..8406f8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -227,7 +227,7 @@ jobs: - name: Upload Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ matrix.category }}-${{ matrix.arch }}-current files: work/dist/* diff --git a/.github/workflows/vuru-release.yml b/.github/workflows/vuru-release.yml index b0d1df4..9b20cee 100644 --- a/.github/workflows/vuru-release.yml +++ b/.github/workflows/vuru-release.yml @@ -46,7 +46,7 @@ jobs: -cf - vuru-$VERSION | gzip -n > vuru-$VERSION.tar.gz - name: Release Source - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: files: dist/vuru-*.tar.gz draft: false