Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
uv run ruff format . --check

- name: Download libcheckpoint_ext.so artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: libcheckpoint_ext-so
path: .
Expand All @@ -248,7 +248,7 @@ jobs:
cp -f libcheckpoint_ext.so bazel-bin/core/libcheckpoint_ext.so

- name: Download tensorcast_daemon artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: tensorcast-daemon-bin
path: bazel-bin/daemon
Expand All @@ -265,7 +265,7 @@ jobs:
key: bazel-external-includes-v13-${{ hashFiles('MODULE.bazel') }}

- name: Download Bazel external headers artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
if: steps.cache-externals.outputs.cache-hit != 'true'
with:
name: bazel-external-includes
Expand All @@ -280,7 +280,7 @@ jobs:
ls -la bazel-bin/external/folly+/folly

- name: Download Bazel generated C++ protos artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: bazel-bin-proto
path: .
Expand Down
Loading