From cbf300f82d905ab2813ea79ae1a067ca50d09e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:45:02 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01fd76f..936af0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -542,7 +542,7 @@ jobs: # token is stored anywhere. See .github/PUBLISHING.md. id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: dist pattern: python-* @@ -574,7 +574,7 @@ jobs: # The binaries only. The wheels went to PyPI, which is where `pip` looks; # attaching them here as well would offer two channels for the same # thing, one of which nothing consults. - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: dist pattern: binary-*