Skip to content

Commit

Permalink
Switch codecov to v3 as it requires python3.11 instead of node20 (ope…
Browse files Browse the repository at this point in the history
…nsearch-project#999)

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored and zhichao-aws committed Jan 6, 2025
1 parent 07bb565 commit ce844f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload Coverage Report
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Upload Coverage Report
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit ce844f1

Please sign in to comment.