Skip to content

Commit 5200daa

Browse files
authored
Merge pull request #526 from dotkernel/renovate/codecov-codecov-action-7.x
Update codecov/codecov-action action to v7
2 parents 381af78 + d7d31b1 commit 5200daa

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
@@ -51,6 +51,6 @@ jobs:
5151
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
5252

5353
- name: Send code coverage report to Codecov.io
54-
uses: codecov/codecov-action@v6
54+
uses: codecov/codecov-action@v7
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)