From a009c593b3341509ddfdd2e84eddc3f355aaffa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 20:07:23 +0000 Subject: [PATCH] :arrow_up:(deps): 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/consolidated-ci.yml | 2 +- .github/workflows/e2e-testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/consolidated-ci.yml b/.github/workflows/consolidated-ci.yml index fa6fbac8..a78ed253 100644 --- a/.github/workflows/consolidated-ci.yml +++ b/.github/workflows/consolidated-ci.yml @@ -208,7 +208,7 @@ jobs: fetch-depth: 1 - name: Download coverage artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: coverage_dl diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 0f251d8a..e7f157ca 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -291,7 +291,7 @@ jobs: steps: - name: Download all artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: artifacts/