From 09450a3ee1d74eb461981301ea66e5d3bd0f7186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:16:24 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [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/v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action 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 6b4df6def02..cbac9ebc90e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/phpunit name: phpunit-php${{ matrix.php }} @@ -323,7 +323,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: /tmp/build/logs/phpunit name: phpunit-php${{ matrix.php }} @@ -405,7 +405,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -615,7 +615,7 @@ jobs: path: build/logs/behat continue-on-error: true - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -706,7 +706,7 @@ jobs: path: build/logs/behat continue-on-error: true - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -1106,7 +1106,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/phpunit name: phpunit-php${{ matrix.php }}