From b4c7672fe0326a922bd67b2fb0683375283e34e4 Mon Sep 17 00:00:00 2001 From: Quentin Chateau Date: Mon, 30 Sep 2024 22:41:42 +0200 Subject: [PATCH] Update upload artifact actions --- .github/workflows/build_and_publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index e5de9b8..e871eff 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -12,8 +12,9 @@ jobs: - name: Build sdist run: pipx run build --sdist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: + name: sources path: dist/*.tar.gz build_wheels: @@ -26,8 +27,9 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.21.1 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: + name: wheel path: ./wheelhouse/*.whl publish_pypi: