Skip to content

Commit

Permalink
Revert back to actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 29, 2024
1 parent e8debfb commit 53b3fbe
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 53b3fbe

Please sign in to comment.