From 68a86ee8df9803243981774c9130714b7638230e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 03:08:46 +0000 Subject: [PATCH] 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/CreateRelease.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 4c52fd0..c346da4 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -62,19 +62,19 @@ jobs: CARGO_REGISTRY_TOKEN: ${{ steps.crates-io-auth.outputs.token }} - name: Download benchmarks (Windows) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: benchmarks_Windows_whp path: benchmarks_Windows_whp - name: Download benchmarks (Linux kvm) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: benchmarks_Linux_kvm path: benchmarks_Linux_kvm - name: Download benchmarks (Linux hyperv3) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: benchmarks_Linux_hyperv3 path: benchmarks_Linux_hyperv3