Skip to content

Commit ab81929

Browse files
Upgrade to codecov v4 and fix the token (#2421)
1 parent 7a3b482 commit ab81929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
run: |
257257
coverage combine coverage-linux*/.coverage
258258
coverage xml -o coverage-linux.xml
259-
- uses: codecov/codecov-action@v3
259+
- uses: codecov/codecov-action@v4
260260
with:
261261
token: ${{ secrets.CODECOV_TOKEN }}
262262
fail_ci_if_error: true
@@ -267,7 +267,7 @@ jobs:
267267
run: |
268268
coverage combine coverage-windows*/.coverage
269269
coverage xml -o coverage-windows.xml
270-
- uses: codecov/codecov-action@v3
270+
- uses: codecov/codecov-action@v4
271271
with:
272272
token: ${{ secrets.CODECOV_TOKEN }}
273273
fail_ci_if_error: true
@@ -278,7 +278,7 @@ jobs:
278278
run: |
279279
coverage combine coverage-pypy*/.coverage
280280
coverage xml -o coverage-pypy.xml
281-
- uses: codecov/codecov-action@v3
281+
- uses: codecov/codecov-action@v4
282282
with:
283283
token: ${{ secrets.CODECOV_TOKEN }}
284284
fail_ci_if_error: true

0 commit comments

Comments
 (0)