From c1e98a9ce57116a9c7b5ee2789326b8f7877ba3f Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Wed, 6 Nov 2024 13:47:41 -0800 Subject: [PATCH] Update codecov. --- .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 5d8cd672..7ef25b22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,6 @@ jobs: run: pytest --cov=custodian --color=yes tests - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}