From 1da55719e763b35791a7ac540c9fdfa7b8000de3 Mon Sep 17 00:00:00 2001 From: Ryan Green Date: Wed, 26 Feb 2025 09:33:42 -0330 Subject: [PATCH] fix windows workflow --- .github/workflows/build_windows_wheel/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_windows_wheel/action.yml b/.github/workflows/build_windows_wheel/action.yml index ac0f81c1..e4e07735 100644 --- a/.github/workflows/build_windows_wheel/action.yml +++ b/.github/workflows/build_windows_wheel/action.yml @@ -28,7 +28,7 @@ runs: args: ${{ inputs.args }} docker-options: "-e PIP_EXTRA_INDEX_URL=https://pypi.fury.io/lancedb/" working-directory: python - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: windows-wheels path: python\target\wheels