From ef4bd10e597767a9a3a0a52aa2cf3afd56d0621c Mon Sep 17 00:00:00 2001 From: pputman-clabs <99900942+pputman-clabs@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:02:49 -0600 Subject: [PATCH] Update github actions version for upload-artifact to version 4 (#295) Github plans to End of Life version 3 of actions/upload-artifact next month and this will break all workflows not upgraded to version 4 Co-authored-by: pputman12 --- .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 b48b12889e..7ecd80e85e 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@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20 + uses: actions/upload-artifact@v4 with: name: SARIF file path: results.sarif