From 704e8b0757fa7e08b6cff2dc62dd58c99bc39f67 Mon Sep 17 00:00:00 2001 From: Tyler Murray Date: Thu, 13 Feb 2025 12:21:28 -0800 Subject: [PATCH] v3 download-artifact GH action deprecated (#235) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e423e54..181b674c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -283,7 +283,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: [build-linux, build-windows, build-macos, sdist] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wheels - name: Publish to PyPI