diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 487c811..f0f63b9 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -99,7 +99,7 @@ jobs: # Fetch the built archives from the "build" job - name: Download built archives artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: pypi-${{ github.sha }} path: dist