Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 1 to 2 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 3701a40 commit 9457dab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down Expand Up @@ -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*
Expand Down Expand Up @@ -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*
Expand Down

0 comments on commit 9457dab

Please sign in to comment.