Skip to content

Commit 18f6f14

Browse files
authored
Merge pull request #444 from dotkernel/renovate/codecov-codecov-action-7.x
Update codecov/codecov-action action to v7
2 parents 8bbfecd + 0834719 commit 18f6f14

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@v6
52+
uses: codecov/codecov-action@v7
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)