Skip to content

Commit d7ea056

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 79d31e1 commit d7ea056

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
@@ -292,7 +292,7 @@ jobs:
292292
continue-on-error: true
293293
- name: Upload coverage results to Codecov
294294
if: matrix.coverage
295-
uses: codecov/codecov-action@v5
295+
uses: codecov/codecov-action@v6
296296
with:
297297
directory: build/logs/phpunit
298298
name: phpunit-php${{ matrix.php }}
@@ -386,7 +386,7 @@ jobs:
386386
continue-on-error: true
387387
- name: Upload coverage results to Codecov
388388
if: matrix.coverage
389-
uses: codecov/codecov-action@v5
389+
uses: codecov/codecov-action@v6
390390
with:
391391
directory: /tmp/build/logs/phpunit
392392
name: phpunit-php${{ matrix.php }}
@@ -531,7 +531,7 @@ jobs:
531531
continue-on-error: true
532532
- name: Upload coverage results to Codecov
533533
if: matrix.coverage
534-
uses: codecov/codecov-action@v5
534+
uses: codecov/codecov-action@v6
535535
with:
536536
directory: build/logs/behat
537537
name: behat-php${{ matrix.php }}-shard${{ matrix.shard }}
@@ -728,7 +728,7 @@ jobs:
728728
path: build/logs/behat
729729
continue-on-error: true
730730
- name: Upload coverage results to Codecov
731-
uses: codecov/codecov-action@v5
731+
uses: codecov/codecov-action@v6
732732
with:
733733
directory: build/logs/behat
734734
name: behat-php${{ matrix.php }}
@@ -818,7 +818,7 @@ jobs:
818818
path: build/logs/behat
819819
continue-on-error: true
820820
- name: Upload coverage results to Codecov
821-
uses: codecov/codecov-action@v5
821+
uses: codecov/codecov-action@v6
822822
with:
823823
directory: build/logs/behat
824824
name: behat-php${{ matrix.php }}
@@ -1289,7 +1289,7 @@ jobs:
12891289
continue-on-error: true
12901290
- name: Upload coverage results to Codecov
12911291
if: matrix.coverage
1292-
uses: codecov/codecov-action@v5
1292+
uses: codecov/codecov-action@v6
12931293
with:
12941294
directory: build/logs/phpunit
12951295
name: phpunit-php${{ matrix.php }}

0 commit comments

Comments
 (0)