From 17355050b25e380722542679e6bb3442c8b112d4 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Sun, 15 Dec 2024 07:50:43 +0000 Subject: [PATCH] chore: upgrade to actions/upload-artifact@v4 Artifact actions v3 will be closing down by January 30, 2025. Signed-off-by: Andrei Aaron --- .github/workflows/scorecards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 59e07c9..6bbea28 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -49,7 +49,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@v3 # v3.0.0 + uses: actions/upload-artifact@v4 with: name: SARIF file path: results.sarif