From 15c867473a974b484290e316bd59d9a676e13d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:13:29 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 6.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b9a9dc33..6d47a49d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -653,7 +653,7 @@ jobs: run: uv sync --frozen - name: Download partial coverage data (unit lane) - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v5 with: name: coverage-data-unit # All `.coverage.*` files land in the workspace root so @@ -661,7 +661,7 @@ jobs: path: . - name: Download partial coverage data (heavy lane) - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v5 with: name: coverage-data-heavy path: .