From f4bfe6054988b9cabb2c4c10c636826363abcff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:35:15 -0700 Subject: [PATCH] build(deps): bump softprops/action-gh-release from 2 to 3 (#9050) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rust_binaries_dev.yml | 4 ++-- .github/workflows/rust_binaries_release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust_binaries_dev.yml b/.github/workflows/rust_binaries_dev.yml index 105418bf0..e74f574bf 100644 --- a/.github/workflows/rust_binaries_dev.yml +++ b/.github/workflows/rust_binaries_dev.yml @@ -84,7 +84,7 @@ jobs: rm weed-volume-normal - name: Upload dev release assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: dev prerelease: true @@ -155,7 +155,7 @@ jobs: rm weed-volume-normal - name: Upload dev release assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: dev prerelease: true diff --git a/.github/workflows/rust_binaries_release.yml b/.github/workflows/rust_binaries_release.yml index 9561c5cfd..44d77549a 100644 --- a/.github/workflows/rust_binaries_release.yml +++ b/.github/workflows/rust_binaries_release.yml @@ -89,7 +89,7 @@ jobs: - name: Upload release assets if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | weed-volume_large_disk_${{ matrix.asset_suffix }}.tar.gz @@ -166,7 +166,7 @@ jobs: - name: Upload release assets if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | weed-volume_large_disk_${{ matrix.asset_suffix }}.tar.gz @@ -235,7 +235,7 @@ jobs: - name: Upload release assets if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | weed-volume_large_disk_windows_amd64.zip