We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e44987a + 0fd6cd8 commit a9419dbCopy full SHA for a9419db
.github/workflows/codechecker.yml
@@ -27,7 +27,7 @@ jobs:
27
logfile: ${{ github.workspace }}/Build/compile_commands.json
28
29
# Upload the results to the CI
30
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
31
with:
32
name: "CodeChecker Bug Reports"
33
path: ${{ steps.codechecker.outputs.result-html-dir }}
.github/workflows/ms-code-analysis.yml
@@ -47,7 +47,7 @@ jobs:
47
48
# Upload SARIF file as an Artifact to download and view
49
- name: Upload SARIF as an Artifact
50
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
51
52
name: sarif-file
53
path: ${{ steps.run-analysis.outputs.sarif }}
0 commit comments