mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 06:34:40 +00:00
tidy-analysis-stage-01.yml: update to actions/upload-artifact@v4 since v2 is no longer working
This commit is contained in:
parent
84c02050ea
commit
b5cfa7ea46
2
.github/workflows/tidy-analysis-stage-01.yml
vendored
2
.github/workflows/tidy-analysis-stage-01.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
echo ${{ github.event.pull_request.head.repo.full_name }} > clang-tidy-result/pr-head-repo.txt
|
||||
echo ${{ github.event.pull_request.head.ref }} > clang-tidy-result/pr-head-ref.txt
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: clang-tidy-result
|
||||
path: clang-tidy-result/
|
||||
|
Loading…
Reference in New Issue
Block a user