From 0446a9111e6a835ff18e076e0e717a8572bc37fb Mon Sep 17 00:00:00 2001 From: Jama Mohamed Date: Tue, 14 May 2024 19:11:38 +0300 Subject: [PATCH] [ISSUE-273] Update codecov action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f53750..3175776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: dart pub global activate coverage dart pub global run coverage:format_coverage --report-on=./lib --lcov --in=./coverage/reports --out=coverage/lcov.info - name: Report to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: coverage/lcov.info fail_ci_if_error: true \ No newline at end of file