From 9978f9be0f6447d7dc7890e229de670fe1423620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:45:26 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 (#5951) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-public-images-ghcr.yml | 2 +- .github/workflows/tracker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-public-images-ghcr.yml b/.github/workflows/build-public-images-ghcr.yml index c0f6ae3490..f445285917 100644 --- a/.github/workflows/build-public-images-ghcr.yml +++ b/.github/workflows/build-public-images-ghcr.yml @@ -91,7 +91,7 @@ jobs: steps: - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/tracker.yml b/.github/workflows/tracker.yml index 24c78f0ead..e4df83e7b9 100644 --- a/.github/workflows/tracker.yml +++ b/.github/workflows/tracker.yml @@ -70,7 +70,7 @@ jobs: run: npm --prefix ./tracker ci - name: Download blob reports from GitHub Actions Artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: all-blob-reports pattern: blob-report-*