diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8d947a5..250d607 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,19 +59,7 @@ jobs: python -c "import iscc_core; iscc_core.conformance_selftest()" python -c "import iscc_core; print(iscc_core.turbo())" - - name: Upload Wheel - uses: actions/upload-artifact@v4 + - name: Collect Wheel + uses: actions/upload-artifact@v3 with: - name: dist-${{ matrix.os }}-${{ matrix.python-version }} - path: dist - - download: - needs: tests - runs-on: ubuntu-latest - steps: - - name: Download All Artifacts - uses: actions/download-artifact@v4 - with: - pattern: dist-* - merge-multiple: true - path: dist + path: dist/*.whl