This is an automated email from the ASF dual-hosted git repository.
lixueclaire pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new 26be6090 chore(ci): Upgrade artifact actions from v3 to v4 (#659)
26be6090 is described below
commit 26be609096ee3d1c2a72bcb878ea186cbe3d217f
Author: Elssky <[email protected]>
AuthorDate: Tue Dec 24 14:40:59 2024 +0800
chore(ci): Upgrade artifact actions from v3 to v4 (#659)
* chore(ci): Upgrade artifact actions from v3 to v4
* and ninja requirement in cli
* move ninja in dependency
* Revert "move ninja in dependency"
This reverts commit f1beded1abee2450ddc0b7bc487ddb628c63edc3.
---------
Co-authored-by: jasinliu <[email protected]>
---
.github/workflows/ci.yml | 4 ++--
cli/pyproject.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 430adc08..565a3e52 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -179,7 +179,7 @@ jobs:
- name: Upload libgraphar.a artifact
if: github.event_name == 'push'
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: ubuntu-libgraphar.a
path: cpp/build-static/libgraphar.a
@@ -237,7 +237,7 @@ jobs:
- name: Upload libgraphar.a artifact
if: github.event_name == 'push'
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: macos-${{ matrix.macos-version }}-libgraphar.a
path: cpp/build-static/libgraphar.a
\ No newline at end of file
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 8c0003a0..636a90b7 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["scikit-build-core>=0.3.3", "pybind11"]
+requires = ["scikit-build-core>=0.3.3", "pybind11", "ninja ~= 1.11"]
build-backend = "scikit_build_core.build"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]