diff --git a/.github/workflows/codechecker.yml b/.github/workflows/codechecker.yml index fb387cb..1611634 100644 --- a/.github/workflows/codechecker.yml +++ b/.github/workflows/codechecker.yml @@ -27,7 +27,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 309bc13..1d18761 100644 --- a/.github/workflows/ms-code-analysis.yml +++ b/.github/workflows/ms-code-analysis.yml @@ -47,7 +47,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 }}