Skip to content

Commit

Permalink
feat: update artifact v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
killcerr authored Nov 23, 2024
1 parent 6bcef6e commit 622538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: |
xmake -w -y
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-windows-x64-${{ github.sha }}
path: |
Expand Down

0 comments on commit 622538b

Please sign in to comment.