From 01fab70d0b5026647f8baef83bebc8f655e2fa4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:42:29 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#123) --- .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 cfbf1b1..4da309d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: make test-coverage - name: Upload Coverage report to CodeCov - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.0.1 with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.txt