Skip to content

Commit 481ace5

Browse files
authored
Merge pull request #431 from dotkernel/renovate/codecov-codecov-action-6.x
Update codecov/codecov-action action to v6
2 parents 54a256b + 62da364 commit 481ace5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
5050

5151
- name: Send code coverage report to Codecov.io
52-
uses: codecov/codecov-action@v3
52+
uses: codecov/codecov-action@v6
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)