Skip to content

Commit 267d0e9

Browse files
authored
Merge pull request #2320 from cakephp/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 411d94a + cdac3b6 commit 267d0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Submit code coverage
115115
if: matrix.php-version == '8.2'
116-
uses: codecov/codecov-action@v4
116+
uses: codecov/codecov-action@v5
117117
with:
118118
token: ${{ secrets.CODECOV_TOKEN }}
119119

@@ -183,7 +183,7 @@ jobs:
183183
vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
184184
185185
- name: Submit code coverage
186-
uses: codecov/codecov-action@v4
186+
uses: codecov/codecov-action@v5
187187
with:
188188
token: ${{ secrets.CODECOV_TOKEN }}
189189

0 commit comments

Comments
 (0)