From 54568a44395a393d1a48b98459c48854396f57d7 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Fri, 19 Apr 2024 11:34:39 -0600 Subject: [PATCH] feat: update codcov version to 4 --- .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 48ac317c..52d8dc90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - run: pytest --cov=thin_egress_app --cov-report=term-missing --cov-report=xml --cov-branch tests - name: Report coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true