From e48d66de3504e82be37cbe9e1e271cfc9aed4598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:11:10 +0000 Subject: [PATCH] chore(ci): bump actions/download-artifact from 4 to 8 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] --- .github/workflows/coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 989fa81e72..c02fddafa4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -159,7 +159,7 @@ jobs: run: bun install --frozen-lockfile - name: Download all coverage summaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: coverage-summary-* path: artifacts @@ -168,7 +168,7 @@ jobs: run: | set -euo pipefail # Each artifact arrives as artifacts/coverage-summary-/ - # actions/download-artifact@v4 unzips a single-file artifact into a directory + # actions/download-artifact@v8 unzips a single-file artifact into a directory # named after the artifact, preserving the source file's basename. # Copy each back to its expected location so coverage-baselines.json's # summaryPath entries resolve. @@ -224,7 +224,7 @@ jobs: run: bun install --frozen-lockfile - name: Download all coverage summaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: coverage-summary-* path: artifacts