From 81579ac052d2bb8de96c2941b23a431f2666abe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:29:56 -0300 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 8 (#2922) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/docker-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72af3e5eae..7deb6c2330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,7 +324,7 @@ jobs: cache: npm - run: npm ci - name: Download all shard coverage - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-shard-* path: coverage-shards/ diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index fd460e2516..f26e697a40 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -229,7 +229,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: digests-* path: /tmp/digests