Skip to content

Commit 1a735a9

Browse files
authored
Merge pull request #2265 from cakephp/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 5c28445 + 4ac99ed commit 1a735a9

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
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Submit code coverage
110110
if: matrix.php-version == '8.2'
111-
uses: codecov/codecov-action@v3
111+
uses: codecov/codecov-action@v4
112112

113113
testsuite-windows:
114114
runs-on: windows-2022
@@ -176,7 +176,7 @@ jobs:
176176
vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
177177
178178
- name: Submit code coverage
179-
uses: codecov/codecov-action@v3
179+
uses: codecov/codecov-action@v4
180180

181181
cs-stan:
182182
name: Coding Standard & Static Analysis

0 commit comments

Comments
 (0)