From c507e9a1017caf59acf605835de31156a5251e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 20:56:11 +0000 Subject: [PATCH] build(deps): 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/benchmark.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a6f6908..4952fd0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -211,7 +211,7 @@ jobs: if: always() steps: - name: Download all benchmark results - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: all-results diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0638b30..443e132 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -101,7 +101,7 @@ jobs: - uses: actions/checkout@v6 - name: Download all coverage reports - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: reports/