Skip to content

Commit 2e45368

Browse files
Merge pull request #2 from conduktor/ops-498-fix-gh-downloadupload-actions
Bumped all download/upload-artifact actions to be > v3.
2 parents 820c3bf + c83a535 commit 2e45368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5656
# format to the repository Actions tab.
5757
- name: "Upload artifact"
58-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: SARIF file
6161
path: results.sarif

0 commit comments

Comments
 (0)