From 048228feba84d8f1b6ada3f3f133ed353bf59be2 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Sun, 3 Mar 2024 08:25:15 -0800 Subject: [PATCH] update codecov --- .github/workflows/test_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index d6f9e625..7508f9d2 100644 --- a/.github/workflows/test_code.yml +++ b/.github/workflows/test_code.yml @@ -42,7 +42,7 @@ jobs: run: | pytest --cov=ubcpdk tests/ - 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