We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8d6a23 + e4b4643 commit 5ed07caCopy full SHA for 5ed07ca
.github/workflows/static.yaml
@@ -39,7 +39,7 @@ jobs:
39
--report-dir="$RUNNER_TEMP/report" --source-dir="$GITHUB_WORKSPACE"
40
- name: Upload Report
41
if: ${{ failure() }}
42
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
43
with:
44
name: Cppcheck HTML Report
45
path: "${{ runner.temp }}/report"
0 commit comments