Skip to content

Commit 9d71188

Browse files
Switch codecov to v3 as it requires python3.11 instead of node20 (#999)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent efa334c commit 9d71188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Upload Coverage Report
6161
if: ${{ !cancelled() }}
62-
uses: codecov/codecov-action@v4
62+
uses: codecov/codecov-action@v3
6363
with:
6464
token: ${{ secrets.CODECOV_TOKEN }}
6565

@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Upload Coverage Report
134134
if: ${{ !cancelled() }}
135-
uses: codecov/codecov-action@v4
135+
uses: codecov/codecov-action@v3
136136
with:
137137
token: ${{ secrets.CODECOV_TOKEN }}
138138

0 commit comments

Comments
 (0)