From 0b1c548dfa33a22a08d34b8b87c3b5675945dd9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:55:24 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [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...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index efef6fc..f965cbc 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -43,7 +43,7 @@ jobs: cd - - name: Upload binary to GitHub Release if: "startsWith(github.ref, 'refs/tags/')" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | target/release/cargo-zigbuild*.tar.gz* @@ -92,7 +92,7 @@ jobs: cd - - name: Upload binary to GitHub Release if: "startsWith(github.ref, 'refs/tags/')" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | target/${{ matrix.platform.target }}/release/cargo-zigbuild-*.zip* @@ -144,7 +144,7 @@ jobs: cd - - name: Upload binary to GitHub Release if: "startsWith(github.ref, 'refs/tags/')" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | target/${{ matrix.platform.target }}/release/cargo-zigbuild*.tar.gz*