From a69fef9f7afe48d38da21f61eb36651975fbd79c Mon Sep 17 00:00:00 2001 From: DawoudSheraz Date: Mon, 15 Apr 2024 11:20:56 +0500 Subject: [PATCH] build: update codecov action version --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4c78cb0..64f44ea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,10 +37,11 @@ jobs: - name: Run Coverage if: matrix.python-version == '3.8' && matrix.toxenv=='django42' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: flags: unittests fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} provider-verification: