Skip to content

Commit

Permalink
bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyi committed Feb 7, 2025
1 parent 6b646b5 commit 198b5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: sudo sysctl kernel.perf_event_paranoid=1
- run: make -j`nproc`
- run: make test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: |
build/bin/
Expand Down

0 comments on commit 198b5a7

Please sign in to comment.