From f90b1b19358769db64d230bcec612c0c0248304b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:16:44 +0000 Subject: [PATCH] chore(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/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 800de25..cb61e8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,28 +115,28 @@ jobs: id: auth - name: Download Linux wheels - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: "wheels-linux-*" merge-multiple: true path: wheels-linux - name: Download MacOS wheels - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: "wheels-macos-*" merge-multiple: true path: wheels-macos - name: Download Windows wheels - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: "wheels-windows-*" merge-multiple: true path: wheels-windows - name: Download sdist - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: "sdist" path: sdist