From 889fa07e6beb124933e8741f430b3c84b46a8360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:03:11 +0000 Subject: [PATCH] chore: Bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10cc68c..5f48155 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,11 +85,11 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download unit test coverage - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: unit-coverage - name: Download E2E test coverage - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: e2e-coverage - name: Upload to codecov