Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ac5929d

Browse files
authored
Move off deprecated upload-artifactv3 (#56439)
Looking at https://google.github.io/osv-scanner/github-action/ for v4 action
1 parent 44d788f commit ac5929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: "extract deps, find commit hash, pass to osv-scanner"
3232
run: python ci/scan_deps.py --output osv-lockfile-${{github.sha}}.json
3333
- name: "upload osv-scanner deps"
34-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9
34+
uses: actions/upload-artifact@v4
3535
with:
3636
# use github.ref in name to avoid duplicated artifacts
3737
name: osv-lockfile-${{github.sha}}

0 commit comments

Comments
 (0)