Skip to content

Commit fb7b0c2

Browse files
committed
ci(common): Fix clang-tidy job not use deprecated action
1 parent f5c13b9 commit fb7b0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
export PATH=$PWD:$PATH
4343
./clang-tidy-sarif -o results.sarif.raw warnings.txt
4444
python3 filter_sarif.py -o results.sarif --include-prefix ${GITHUB_WORKSPACE}/ results.sarif.raw
45-
- uses: actions/upload-artifact@v2
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
path: |
4848
warnings.txt

0 commit comments

Comments
 (0)