Skip to content

Commit

Permalink
Update upload artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Westwooo committed Sep 10, 2024
1 parent 52aa173 commit 63387ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.RELEASE_BIN }}-${{ matrix.target }}
path: ${{ env.RELEASE_BIN }}-${{ matrix.target }}*
Expand Down

0 comments on commit 63387ba

Please sign in to comment.