Skip to content

Commit

Permalink
tidy-analysis-stage-01.yml: update to actions/upload-artifact@v4 sinc…
Browse files Browse the repository at this point in the history
…e v2 is no longer working
  • Loading branch information
rouault committed Nov 8, 2024
1 parent 84c0205 commit b5cfa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tidy-analysis-stage-01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit b5cfa7e

Please sign in to comment.