Skip to content

Commit b919ef4

Browse files
authored
Merge pull request #83 from dotkernel/renovate/codecov-codecov-action-6.x
Update codecov/codecov-action action to v6
2 parents 249994b + 51cf911 commit b919ef4

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

5454
- name: Upload coverage reports to Codecov
55-
uses: codecov/codecov-action@v5
55+
uses: codecov/codecov-action@v6
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
slug: dotkernel/queue

0 commit comments

Comments
 (0)