From b6c8bcc6b61426ecb17f72b3190c4f2ebea4b776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 02:26:01 +0000 Subject: [PATCH] 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](https://github.com/codecov/codecov-action/compare/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] --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0181734090..f8a54f1b17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/phpunit name: phpunit-php${{ matrix.php }} @@ -391,7 +391,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: /tmp/build/logs/phpunit name: phpunit-php${{ matrix.php }} @@ -527,7 +527,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -724,7 +724,7 @@ jobs: path: build/logs/behat continue-on-error: true - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -814,7 +814,7 @@ jobs: path: build/logs/behat continue-on-error: true - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -1285,7 +1285,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/phpunit name: phpunit-php${{ matrix.php }}