Skip to content

Commit b6c8bcc

Browse files
chore(deps): 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 61c6dee commit b6c8bcc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
continue-on-error: true
289289
- name: Upload coverage results to Codecov
290290
if: matrix.coverage
291-
uses: codecov/codecov-action@v5
291+
uses: codecov/codecov-action@v6
292292
with:
293293
directory: build/logs/phpunit
294294
name: phpunit-php${{ matrix.php }}
@@ -391,7 +391,7 @@ jobs:
391391
continue-on-error: true
392392
- name: Upload coverage results to Codecov
393393
if: matrix.coverage
394-
uses: codecov/codecov-action@v5
394+
uses: codecov/codecov-action@v6
395395
with:
396396
directory: /tmp/build/logs/phpunit
397397
name: phpunit-php${{ matrix.php }}
@@ -527,7 +527,7 @@ jobs:
527527
continue-on-error: true
528528
- name: Upload coverage results to Codecov
529529
if: matrix.coverage
530-
uses: codecov/codecov-action@v5
530+
uses: codecov/codecov-action@v6
531531
with:
532532
directory: build/logs/behat
533533
name: behat-php${{ matrix.php }}
@@ -724,7 +724,7 @@ jobs:
724724
path: build/logs/behat
725725
continue-on-error: true
726726
- name: Upload coverage results to Codecov
727-
uses: codecov/codecov-action@v5
727+
uses: codecov/codecov-action@v6
728728
with:
729729
directory: build/logs/behat
730730
name: behat-php${{ matrix.php }}
@@ -814,7 +814,7 @@ jobs:
814814
path: build/logs/behat
815815
continue-on-error: true
816816
- name: Upload coverage results to Codecov
817-
uses: codecov/codecov-action@v5
817+
uses: codecov/codecov-action@v6
818818
with:
819819
directory: build/logs/behat
820820
name: behat-php${{ matrix.php }}
@@ -1285,7 +1285,7 @@ jobs:
12851285
continue-on-error: true
12861286
- name: Upload coverage results to Codecov
12871287
if: matrix.coverage
1288-
uses: codecov/codecov-action@v5
1288+
uses: codecov/codecov-action@v6
12891289
with:
12901290
directory: build/logs/phpunit
12911291
name: phpunit-php${{ matrix.php }}

0 commit comments

Comments
 (0)