Skip to content

Commit

Permalink
Fix upload artifacts version (#12661)
Browse files Browse the repository at this point in the history
* fix: upgrade upload-artifact version

* fix: upgrade upload-artifact version
  • Loading branch information
Wuyunfan-BUPT authored Sep 25, 2024
1 parent 91987b0 commit 077750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: pr
path: pr/

0 comments on commit 077750b

Please sign in to comment.