From 4591deda7aec4f32d125ba95e49cd5ad75c177d7 Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Fri, 26 Apr 2024 12:37:29 -0500 Subject: [PATCH] build: updating codecov action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 711dfba..8110bc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Run Coverage if: matrix.python-version == '3.8' && matrix.toxenv=='django42' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: flags: unittests fail_ci_if_error: true