Skip to content

Commit

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

Signed-off-by: Peter Zhu <[email protected]>
(cherry picked from commit 9d71188)

Co-authored-by: Peter Zhu <[email protected]>
  • Loading branch information
1 parent 9588c3e commit 5f11e49
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 5f11e49

Please sign in to comment.