From 3bde93c0289566b38e360ed75b92d802d3bb5077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:53:21 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-public-images-ghcr.yml | 2 +- .github/workflows/elixir.yml | 2 +- .github/workflows/tracker.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-public-images-ghcr.yml b/.github/workflows/build-public-images-ghcr.yml index deb2347d47cd..d98ea420b226 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@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 8f41c3cbcb8d..4852d5215e01 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -241,7 +241,7 @@ jobs: run: npm --prefix ./e2e ci - name: Download blob reports from GitHub Actions Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: all-e2e-blob-reports pattern: e2e-blob-report-* diff --git a/.github/workflows/tracker.yml b/.github/workflows/tracker.yml index 53cfc5b2129c..7d0c3ab1ada2 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@v7 + uses: actions/download-artifact@v8 with: path: all-blob-reports pattern: blob-report-*