From cf13a44be3187f1689e181d5a60821214aaf24e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:21:58 +0000 Subject: [PATCH] chore(deps): bump the codecov group with 1 update Bumps the codecov group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 3 to 4 - [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...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: codecov ... Signed-off-by: dependabot[bot] --- .github/workflows/php-cs-stan-unit.yml | 2 +- .github/workflows/php-unit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-cs-stan-unit.yml b/.github/workflows/php-cs-stan-unit.yml index d28d2b0..52c9a77 100644 --- a/.github/workflows/php-cs-stan-unit.yml +++ b/.github/workflows/php-cs-stan-unit.yml @@ -164,7 +164,7 @@ jobs: filename: 'clover.xml' - name: 'Export coverage results' - uses: 'codecov/codecov-action@v3' + uses: 'codecov/codecov-action@v4' with: files: './clover.xml' env_vars: PHP_VERSION diff --git a/.github/workflows/php-unit.yml b/.github/workflows/php-unit.yml index f8e6487..6f9c1a2 100644 --- a/.github/workflows/php-unit.yml +++ b/.github/workflows/php-unit.yml @@ -102,7 +102,7 @@ jobs: filename: 'clover.xml' - name: 'Export coverage results' - uses: 'codecov/codecov-action@v3' + uses: 'codecov/codecov-action@v4' with: files: './clover.xml' env_vars: PHP_VERSION