Skip to content

Commit 1c44627

Browse files
Merge pull request #235 from kreait/dependabot/github_actions/codecov/codecov-action-5
github-actions(deps): bump codecov/codecov-action from 4 to 5
2 parents 95bf4ec + a23617b commit 1c44627

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
@@ -62,6 +62,6 @@ jobs:
6262
run: vendor/bin/phpunit --coverage-clover=coverage.xml --log-junit=test-report.xml --testdox
6363

6464
- name: Upload code coverage
65-
uses: codecov/codecov-action@v4
65+
uses: codecov/codecov-action@v5
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)