diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index cf0f6f6fc..87f7c751c 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -85,7 +85,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - name: Retrieve distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: artifact path: dist