diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index a9cfe0690..9a8460565 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -223,7 +223,7 @@ jobs: run: ls -R dist - name: Archive build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: dist-artifacts-manylinux-${{ matrix.python }} path: dist/*