From acc4345bae5d33e77712b4d29596ccb37ddc3b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:18:32 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codechecker.yml | 2 +- .github/workflows/ms-code-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}