Skip to content

Commit 85868c3

Browse files
Bump codecov/codecov-action from 5 to 6
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>
1 parent 2809c22 commit 85868c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.prefer-lowest != 'prefer-lowest' }}
116-
uses: codecov/codecov-action@v5
116+
uses: codecov/codecov-action@v6
117117
with:
118118
token: ${{ secrets.CODECOV_TOKEN }}
119119

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

0 commit comments

Comments
 (0)