Skip to content

Commit 4120877

Browse files
Bump codecov/codecov-action from 5 to 6 (#1063)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7324b1a commit 4120877

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
@@ -166,7 +166,7 @@ jobs:
166166
167167
- name: Code Coverage Report
168168
if: success() && matrix.php-version == '8.1' && matrix.db-type == 'mysql'
169-
uses: codecov/codecov-action@v5
169+
uses: codecov/codecov-action@v6
170170

171171
testsuite-windows:
172172
runs-on: windows-2022
@@ -240,7 +240,7 @@ jobs:
240240
vendor/bin/phpunit --coverage-clover=coverage.xml
241241
242242
- name: Submit code coverage
243-
uses: codecov/codecov-action@v5
243+
uses: codecov/codecov-action@v6
244244

245245
cs-stan:
246246
uses: cakephp/.github/.github/workflows/cs-stan.yml@5.x

0 commit comments

Comments
 (0)