Skip to content

Commit

Permalink
chore(ci): Upgrade artifact actions from v3 to v4 (#659)
Browse files Browse the repository at this point in the history
* 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 f1beded.

---------

Co-authored-by: jasinliu <[email protected]>
  • Loading branch information
Elssky and jasinliu authored Dec 24, 2024
1 parent 8f14af4 commit 26be609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"


Expand Down

0 comments on commit 26be609

Please sign in to comment.