diff --git a/.github/workflows/codechecker.yml b/.github/workflows/codechecker.yml index da838d9..f3cf36f 100644 --- a/.github/workflows/codechecker.yml +++ b/.github/workflows/codechecker.yml @@ -23,7 +23,7 @@ jobs: logfile: ${{ github.workspace }}/Build/compile_commands.json # Upload the results to the CI. - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: "CodeChecker Bug Reports" path: ${{ steps.codechecker.outputs.result-html-dir }} diff --git a/.github/workflows/ms-code-analysis.yml b/.github/workflows/ms-code-analysis.yml index c717753..6afce44 100644 --- a/.github/workflows/ms-code-analysis.yml +++ b/.github/workflows/ms-code-analysis.yml @@ -42,7 +42,7 @@ jobs: # Upload SARIF file as an Artifact to download and view - name: Upload SARIF as an Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: sarif-file path: ${{ steps.run-analysis.outputs.sarif }}