From a702dbc8ed81365e21737ff6359117ab7d2c66b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:10:18 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 7563738..79fa1b6 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@v6 + uses: actions/download-artifact@v7 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@v6 + uses: actions/download-artifact@v7 with: merge-multiple: true pattern: artifact-*