From d751243225defae1846dfd9f7442a5950576d48d Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Sun, 20 Oct 2024 00:03:37 +0200 Subject: [PATCH] Update artifacts action --- .github/workflows/tests.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68781fe..fd440fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,6 +59,13 @@ jobs: python -c "import iscc_core; print(iscc_core.turbo())" - name: Collect Wheel - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: + name: wheel-${{ matrix.os }}-${{ matrix.python-version }} path: dist/*.whl + merge: + runs-on: ubuntu-latest + needs: tests + steps: + - name: Merge Artifacts + uses: actions/upload-artifact/merge@v4