From d7d65ecfdb7cad3c15d9e692f224f0dcbbf4bad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:59:17 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 50137b6..956db42 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,14 +58,14 @@ jobs: run: | make tests_unit - name: Upload tests coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: unit - name: Integration Testing CLI run: | make tests_integration - name: Upload integration tests coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: integ - name: Configure AWS Credentials @@ -85,7 +85,7 @@ jobs: make tests_uat if: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'}} - name: Upload UAT coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: uat if: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'}} \ No newline at end of file