Skip to content

Commit 304084e

Browse files
Bump codecov/codecov-action from 5 to 6 (#2409)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9ba2fb commit 304084e

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)