Skip to content

Commit c44f276

Browse files
authored
Merge pull request #21 from jbtronics/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 9cd35a4 + 8ece191 commit c44f276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml
6767

6868
- name: Upload coverage
69-
uses: codecov/codecov-action@v4
69+
uses: codecov/codecov-action@v5
7070
with:
7171
env_vars: PHP_VERSION,DB_TYPE
7272
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)