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