mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +00:00
tidy-analysis-stage-01.yml: update to actions/upload-artifact@v4 since v2 is no longer working
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user