diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 7f42b651a..4d2d46b1f 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@v5 with: name: artifact path: dist