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
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored and martin-gaievski committed Nov 22, 2024
1 parent 74c99c5 commit a957fd3
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 a957fd3

Please sign in to comment.