We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb41f4 commit d751243Copy full SHA for d751243
.github/workflows/tests.yml
@@ -59,6 +59,13 @@ jobs:
59
python -c "import iscc_core; print(iscc_core.turbo())"
60
61
- name: Collect Wheel
62
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
63
with:
64
+ name: wheel-${{ matrix.os }}-${{ matrix.python-version }}
65
path: dist/*.whl
66
+ merge:
67
+ runs-on: ubuntu-latest
68
+ needs: tests
69
+ steps:
70
+ - name: Merge Artifacts
71
+ uses: actions/upload-artifact/merge@v4
0 commit comments