tidy-analysis-stage-01.yml: update to actions/upload-artifact@v4 since v2 is no longer working

This commit is contained in:
Even Rouault 2024-11-08 20:48:15 +01:00
parent 84c02050ea
commit b5cfa7ea46
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D

View File

@ -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/