diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index afa992d..35847cf 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -246,7 +246,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') needs: [linux, musllinux, windows, macos, sdist] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: wheels-* merge-multiple: true