From ed93dfcdfba26c8bcf780cbed8cddb168c0a0d0e Mon Sep 17 00:00:00 2001 From: eeliu <27064129+eeliu@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:11:59 +0800 Subject: [PATCH] update ci --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index ca98dde5..07f3563d 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -134,7 +134,7 @@ jobs: needs: build_wheels runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4 with: pattern: pypi-* merge-multiple: true