Skip to content

Commit d751243

Browse files
committed
Update artifacts action
1 parent ffb41f4 commit d751243

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ jobs:
5959
python -c "import iscc_core; print(iscc_core.turbo())"
6060
6161
- name: Collect Wheel
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
64+
name: wheel-${{ matrix.os }}-${{ matrix.python-version }}
6465
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

Comments
 (0)