Skip to content

Commit

Permalink
Bump actions/upload-artifact to 4.1.7
Browse files Browse the repository at this point in the history
This is needed for compatibility with the latest download-artifact.
  • Loading branch information
lmoureaux committed Sep 5, 2024
1 parent db67e80 commit 7df2969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
| ansifilter \
| ./codacy-clang-tidy >report.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.1.7
with:
name: clang-tidy-report
path: report.json
Expand Down

0 comments on commit 7df2969

Please sign in to comment.