From d7cf0238fda76e6a7f565dc4b521828e164c00f6 Mon Sep 17 00:00:00 2001 From: Mohamed Gaber Date: Mon, 7 Oct 2024 20:17:05 +0300 Subject: [PATCH] wheels: properly migrate to artifact@v4 --- .github/workflows/wheels.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c6132685b..d59f8e1ec 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -113,7 +113,7 @@ jobs: CIBW_TEST_COMMAND: python3 -c "from pyosys import libyosys as ys;d=ys.Design();ys.run_pass('help', d)" - uses: actions/upload-artifact@v4 with: - name: python-wheels + name: python-wheels-${{ matrix.os.runner }} path: ./wheelhouse/*.whl upload_wheels: name: Upload Wheels @@ -122,8 +122,9 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: python-wheels path: "." + pattern: python-wheels-* + merge-multiple: true - run: | ls mkdir -p ./dist