From e251f7c9c97e4d93acd95d5a90ffdb80a2732373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:37:24 +0000 Subject: [PATCH 1/2] chore(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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/v4...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/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index a963f32..64dae70 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -57,7 +57,7 @@ jobs: - name: Check publish warnings run: dart pub publish --dry-run - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: From 292c3f9479e81251c82a57a2320aa36591544a82 Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Wed, 18 Dec 2024 15:51:50 +0100 Subject: [PATCH 2/2] Update base.yaml --- .github/workflows/base.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index 64dae70..4aafd15 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -58,8 +58,6 @@ jobs: run: dart pub publish --dry-run - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: coverage/lcov.info name: form_builder_cupertino_fields