From b682b2440aa31bcd96e4b3b54d0ca72b89053289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:17:36 +0000 Subject: [PATCH] ci(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/dart_package.yaml | 2 +- .github/workflows/flutter_app.yaml | 2 +- .github/workflows/flutter_package.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dart_package.yaml b/.github/workflows/dart_package.yaml index fb70147..30815f7 100644 --- a/.github/workflows/dart_package.yaml +++ b/.github/workflows/dart_package.yaml @@ -124,7 +124,7 @@ jobs: - name: ⬆️ Upload coverage to Codecov if: ${{inputs.upload_coverage_codecov}} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{secrets.codecov_token}} fail_ci_if_error: ${{inputs.codecov_fail_if_error}} diff --git a/.github/workflows/flutter_app.yaml b/.github/workflows/flutter_app.yaml index 7ffc45e..0915a89 100644 --- a/.github/workflows/flutter_app.yaml +++ b/.github/workflows/flutter_app.yaml @@ -132,7 +132,7 @@ jobs: - name: ⬆️ Upload coverage to Codecov if: ${{inputs.upload_coverage_codecov}} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: ${{inputs.working_directory}}/coverage fail_ci_if_error: ${{inputs.codecov_fail_if_error}} diff --git a/.github/workflows/flutter_package.yaml b/.github/workflows/flutter_package.yaml index 19bad11..94eac7f 100644 --- a/.github/workflows/flutter_package.yaml +++ b/.github/workflows/flutter_package.yaml @@ -120,7 +120,7 @@ jobs: - name: ⬆️ Upload coverage to Codecov if: ${{inputs.upload_coverage_codecov}} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{secrets.codecov_token}} fail_ci_if_error: ${{inputs.codecov_fail_if_error}}