From 98daa7dbace0b6c604afe194baaeb5eecdeb61fe Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 20 Oct 2022 23:29:53 +0800 Subject: [PATCH] Update upload-artifact action to v3 (#16081) --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7696dcaea8..ee2c43ad94 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: output: sarif-results - name: Upload Artifact - uses: actions/upload-artifact@v2.2.0 + uses: actions/upload-artifact@v3 with: name: sarif-results path: sarif-results