Skip to content

Commit 847cbef

Browse files
authored
Merge pull request #520 from dotkernel/renovate/codecov-codecov-action-6.x
Update codecov/codecov-action action to v6
2 parents ea78053 + e184d9e commit 847cbef

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@v3
54+
uses: codecov/codecov-action@v6
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)