Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xsuler committed Feb 8, 2025
1 parent 6b6369d commit e79e44a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ray-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: core-test-results-${{ matrix.python }}
path: |
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
#
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: data-test-results
path: |
Expand All @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all test results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Test Summary
uses: test-summary/action@v2
Expand Down

0 comments on commit e79e44a

Please sign in to comment.