diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2882264fa..94c57adce 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -136,7 +136,7 @@ jobs: - run: | mkdir tmp_wheelhouse mkdir wheelhouse - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: tmp_wheelhouse/ - run: find tmp_wheelhouse/ -mindepth 2 -type f -exec mv -i '{}' wheelhouse/ ';' @@ -156,7 +156,7 @@ jobs: - run: | mkdir tmp_wheelhouse mkdir wheelhouse - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: tmp_wheelhouse/ - run: find tmp_wheelhouse/ -mindepth 2 -type f -exec mv -i '{}' wheelhouse/ ';'