From 6fb1f9be898b82ec1992b5c945dbb546a06a6efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:32:44 +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/wheels.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 0cc009c..b1bb4fa 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -63,7 +63,7 @@ jobs: # See https://github.com/pypa/twine/issues/1216 pip install "twine>=6.1.0" "packaging>=24.2" - name: Download sdist - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: artifact-sdist path: dist @@ -85,7 +85,7 @@ jobs: url: https://pypi.org/p/fastbencode steps: - name: Download distributions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: merge-multiple: true pattern: artifact-*