From e7c49cf5cd83e78d21035537175a3ce63d9eeb49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:33:11 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.0.7 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.2 | v5.0.7 | --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 401e41a..cacaf24 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -75,7 +75,7 @@ jobs: if: ${{ matrix.sdk == 'stable' && matrix.rxdart == 'not_override' }} run: dart pub global run coverage:format_coverage --lcov --in=coverage.json --out=lcov.info --report-on=lib - - uses: codecov/codecov-action@v5.0.2 + - uses: codecov/codecov-action@v5.0.7 if: ${{ matrix.sdk == 'stable' && matrix.rxdart == 'not_override' }} with: fail_ci_if_error: true # optional (default = false)