From 6f37d99a757c15e6d4787b26a5d276dda83319ce Mon Sep 17 00:00:00 2001 From: Arsenii es3n1n Date: Wed, 25 Sep 2024 16:02:43 +0200 Subject: [PATCH] ci(py): consistent artifacts version --- .github/workflows/python.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ab3624e..5770fdf 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -73,7 +73,7 @@ jobs: - name: Check wheels run: uvx twine check --strict wheelhouse/* - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl name: pybuild-wheels-${{ matrix.os }} @@ -117,9 +117,7 @@ jobs: uses: actions/download-artifact@v4 with: path: dist - pattern: | - pybuild-wheels-* - pybuild-sdist + pattern: pybuild-* merge-multiple: true - name: List dist