From 0d676bb1b0dc5e7738ed85cdd6c4b6e31dba6d25 Mon Sep 17 00:00:00 2001 From: Albert Dominguez Mantes <31998088+AlbertDominguez@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:11:37 +0200 Subject: [PATCH] Update artifact download in CI --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 8fd1803..3b1c99f 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'release' && github.event.action == 'published' # upload to pypi only on release steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 name: Download wheels and sdist with: name: dist