From 2f09f9a0b85e56cc013135c89dfa2ca7b447fec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 21:38:08 +0100 Subject: [PATCH] Bump actions/upload-artifact from 2.2.0 to 3.1.2 (#1583) GitHub Actions Update --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ac3b57ba..1565d699 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -68,7 +68,7 @@ jobs: with: sarif_file: sarif-results/${{ matrix.language }}.sarif - name: Upload loc as a Build Artifact - uses: actions/upload-artifact@v2.2.0 + uses: actions/upload-artifact@v3 with: name: sarif-results path: sarif-results