diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d634dba0..d4d11606 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest needs: [sdist, bundle] # don't deploy unless sdist and bundle building succeeded steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: dist path: dist