diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 7aaaf02c..bf63d6e2 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -233,7 +233,7 @@ jobs: name: "Upload wheels to PyPI" if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: my-wheel-artifact path: dist