From 8e236b584ad3abba8e3d178acb05921d1db08950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 10:48:26 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.1 to 6.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/604373da6381bf24206979c74d06a550515601b9...b7c566a772e6b6bfb58ed0dc250532a479d7789f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/third_party_scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third_party_scan.yml b/.github/workflows/third_party_scan.yml index 94c6b4cbc7..304d985c6a 100644 --- a/.github/workflows/third_party_scan.yml +++ b/.github/workflows/third_party_scan.yml @@ -31,7 +31,7 @@ jobs: - name: "extract deps, find commit hash, pass to osv-scanner" run: python ci/scan_deps.py --output osv-lockfile-${{github.sha}}.json - name: "upload osv-scanner deps" - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f with: # use github.ref in name to avoid duplicated artifacts name: osv-lockfile-${{github.sha}}