diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a2777f0c..b36e2b0d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -103,7 +103,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' needs: [linux, windows] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wheels - name: Publish to PyPI