From 9ccc91a8da60422eb8f056d42e1aeb8eb4a09ccf Mon Sep 17 00:00:00 2001 From: pputman12 Date: Tue, 10 Dec 2024 16:53:09 -0600 Subject: [PATCH] Update github actions version for upload-artifact to version 4 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 --- .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