From e5925e6174038e87f82425c4534b30d412fd1c71 Mon Sep 17 00:00:00 2001 From: Christopher Manteuffel Date: Fri, 31 Jan 2025 11:38:17 -0700 Subject: [PATCH] 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 2cc50ca6..b7e2145b 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