From b7ff754af92b4000c6828bf9611d12a9177cadc7 Mon Sep 17 00:00:00 2001 From: George Bocharov Date: Mon, 27 May 2024 11:53:58 -0700 Subject: [PATCH] bumped codecov version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73b53b8..2a0da1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: - name: Run tests and generate coverage report run: poetry run pytest - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: success() && matrix.python-version == '3.9' with: token: ${{ secrets.CODECOV_TOKEN }}