Skip to content

Commit af6e8a5

Browse files
author
ityaozm@gmail.com
committed
CI: Update codecov action to version 4
* Update codecov/codecov-action from version 3 to version 4. * The new version provides better reliability and performance.
1 parent f381334 commit af6e8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: composer test-c
3939

4040
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@v4
4242
with:
4343
files: ./clover.xml
4444
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 commit comments

Comments
 (0)