From 9b3ab7026526557d5ad62c9ff52441fa9b66ce01 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Fri, 21 Feb 2025 10:55:26 +0000 Subject: [PATCH] scorecard.yml: bump upload-artifact --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 637874e167..1efcb26356 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@v4 with: name: SARIF file path: results.sarif -- 2.47.2