From eff467d48b0b6668546ca50593dc4054037b8632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:03:52 +0000 Subject: [PATCH] ci(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/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 5b7dd0e..27894a5 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@v5 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 b80e4f4..08a833c 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@v5 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 d92f9d2..2241219 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@v5 with: token: ${{secrets.codecov_token}} fail_ci_if_error: ${{inputs.codecov_fail_if_error}}