From 9457dabdd3da3f1a3a708a5d9e6c39d0044a47cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:04:52 +0800 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 (#236) --- .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*