Skip to content

Commit 45ec4c4

Browse files
authored
Merge pull request #2 from guanguans/dependabot/github_actions/codecov/codecov-action-5
2 parents 4190288 + 2e6856a commit 45ec4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: composer test-coverage
6161

6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
with:
6565
files: ./.build/phpunit/clover.xml
6666
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 commit comments

Comments
 (0)