diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b4eb9a0..6146e8a8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: run: ls -R dist - name: Archive build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: dist-artifacts-${{ matrix.os }}-${{ matrix.python }} path: dist @@ -68,7 +68,7 @@ jobs: run: ls -R dist - name: Archive build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: dist-artifacts-${{ matrix.os }}-${{ matrix.python }} path: dist @@ -140,7 +140,7 @@ jobs: pip install twine - name: Download all artifacts to a specific directory - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: path: dist merge-multiple: true