From 5e720e19419f8bcf243ce97cf0f088622d6884d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:31:02 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_fast.yml | 2 +- .github/workflows/test_functional.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_fast.yml b/.github/workflows/test_fast.yml index ec3a509b0d..3c959a2f2d 100644 --- a/.github/workflows/test_fast.yml +++ b/.github/workflows/test_fast.yml @@ -158,7 +158,7 @@ jobs: uses: actions/checkout@v5 - name: Download coverage artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Codecov upload uses: codecov/codecov-action@v5 diff --git a/.github/workflows/test_functional.yml b/.github/workflows/test_functional.yml index 5d4bafe9fa..92b3f4e2b8 100644 --- a/.github/workflows/test_functional.yml +++ b/.github/workflows/test_functional.yml @@ -329,7 +329,7 @@ jobs: uses: actions/checkout@v5 - name: Download coverage artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Codecov upload uses: codecov/codecov-action@v5