From c3f917b2d28bdbb7c05bc2f5a852c92c22474415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:25:15 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact in the patch-updates group Bumps the patch-updates group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b4b555998..c2eed7091 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -112,7 +112,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Download EVM benchmark results - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: evm-benchmark-results diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a20548aeb..aea8dee0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -129,12 +129,12 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Download unit test coverage report - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: unit-test-coverage-report-${{ github.sha }} path: ./unit-coverage - name: Download integration test coverage report - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: integration-test-coverage-report-${{ github.sha }} path: ./integration-coverage