Skip to content

Commit

Permalink
CI: bump softprops/action-gh-release from v1 to v2
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <martin.olivier@live.fr>
  • Loading branch information
martin-olivier committed Feb 1, 2025
1 parent 9253bfe commit 5fc1608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Upload packages
if: github.event_name == 'release'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
./embin-debian-${{ matrix.arch_name }}.deb
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Upload binary
if: github.event_name == 'release'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: embin-macos-${{ matrix.arch_name }}
env:
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

- name: Upload binary
if: github.event_name == 'release'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: embin-windows-${{ matrix.arch_name }}.exe
env:
Expand Down

0 comments on commit 5fc1608

Please sign in to comment.