From 31052f26f06b288ad54606cce4205cb1079525b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:25:40 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3389f4..50748ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -132,7 +132,7 @@ jobs: - name: Cache cargo uses: Swatinem/rust-cache@v2 - name: Retrieve benchmark results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: bench-current - name: Delete artifact @@ -141,7 +141,7 @@ jobs: name: bench-current failOnError: false - name: Retrieve benchmark results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: bench-base - name: Delete artifact