From 8cea07f8268e9c6146088161dd4e9877bbc87317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:22:43 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 89d7968dd..87c496f6e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -326,21 +326,21 @@ jobs: - name: Download default benchmark results if: always() continue-on-error: true - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: benchmark-results-default path: results-default - name: Download Distributed benchmark results if: always() continue-on-error: true - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: benchmark-results-distributed path: results-distributed - name: Download MPI benchmark results if: always() continue-on-error: true - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: benchmark-results-mpi path: results-mpi