diff --git a/.github/actions/build-python/action.yaml b/.github/actions/build-python/action.yaml index 974c74579c7f..152feda650b5 100644 --- a/.github/actions/build-python/action.yaml +++ b/.github/actions/build-python/action.yaml @@ -55,7 +55,7 @@ runs: universal2-apple-darwin -m ${{steps.package-path.outputs.package_path}} - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: # We could avoid the OS here if we handled the target more explicitly.