Skip to content

Commit 10b6ad5

Browse files
authored
Merge pull request #1396 from kubernetes-sigs/dependabot/github_actions/actions/upload-artifact-4.0.0
chore: bump actions/upload-artifact from 3.1.2 to 4.0.0
2 parents 16d72a3 + 3be4d17 commit 10b6ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464
# format to the repository Actions tab.
6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
66+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
6767
with:
6868
name: SARIF file
6969
path: results.sarif

0 commit comments

Comments
 (0)