From a4976d6a8af752e80f69e9f84bd9b960904e59c4 Mon Sep 17 00:00:00 2001 From: Owen Williams Date: Tue, 19 Aug 2025 10:45:51 -0400 Subject: [PATCH] ci: update upload-actions v3.X is deprecated and automatically fails. Signed-off-by: Owen Williams --- .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 4793ce721..e7437b3f6 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -43,7 +43,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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: SARIF file path: results.sarif