From 6eb0b9dc689d6bb7dcfdaf53f2de988073852816 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Thu, 19 Dec 2024 19:45:38 +0200 Subject: [PATCH] chore: upgrade to actions/upload-artifact@v4 (#52) 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