From bb4266c0a8edc56b20319a2ca3134eb8ec07abf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:39:42 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.1 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/604373da6381bf24206979c74d06a550515601b9...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 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..acd01f60d9 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@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: # use github.ref in name to avoid duplicated artifacts name: osv-lockfile-${{github.sha}}