From 4105fdbed18f08139d045af25835f2c291d7e0d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:50:11 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- workflow-templates/scorecard-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/scorecard-template.yml b/workflow-templates/scorecard-template.yml index 4fa8542..1e76517 100644 --- a/workflow-templates/scorecard-template.yml +++ b/workflow-templates/scorecard-template.yml @@ -69,7 +69,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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: results.sarif