From c6d6da62967e469ab3841dd95a52166f31d8a135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:35:54 +0300 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 (#237) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 7ed3027..0d3ac3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: env: OUT_DIR: target - name: Upload reports to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: code-coverage-report file: lcov.info