From 2f0966a7c7daefeabdb62d7c98ffdfcde49a8398 Mon Sep 17 00:00:00 2001 From: Gavin Date: Thu, 8 Aug 2024 18:49:56 -0700 Subject: [PATCH] Bump codecov to v4 --- .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 059abbe..af6e47e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: run: PYTHONPATH=. pytest --cov=cdmtaskservice --cov-report=xml test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true