summaryrefslogtreecommitdiffstats
path: root/.github/workflows/scorecard.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-01-08 14:06:40 (GMT)
committerGitHub <noreply@github.com>2024-01-08 14:06:40 (GMT)
commitd001379f68ffe5955200c7ce38d7258240e3418d (patch)
treeb9ff6fad885c583088694451e91ce9d0a0fd654e /.github/workflows/scorecard.yml
parent3d39b8595286a1cc45ca0e81ffa06dd8da0b590a (diff)
downloadhdf5-d001379f68ffe5955200c7ce38d7258240e3418d.zip
hdf5-d001379f68ffe5955200c7ce38d7258240e3418d.tar.gz
hdf5-d001379f68ffe5955200c7ce38d7258240e3418d.tar.bz2
Update upload- artifact to match download version (#3929)
* Update upload- artifact to match download version * Correct form of action call
Diffstat (limited to '.github/workflows/scorecard.yml')
-rw-r--r--.github/workflows/scorecard.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index 18a35f6..d0a70d8 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