From f9639139cd3d4036c79b72e075dbfd66a9f79cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:29:57 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3 to 4 (#251) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8ef86de..3e24ba6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: poetry run pytest --cov=./ --cov-report=xml - name: Coverage upload - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos directory: ./coverage/reports/