diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de183e8..e7b581f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: python -m pip install --upgrade pip pip install --upgrade setuptools wheel twine - name: Download artifacts from build jobs - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: wheelhouse/ - name: Move wheels to dist/ directory