From a472b3849b2fb3bf86ba5e172256e6f5e2768811 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 19 Apr 2024 14:24:20 -0400 Subject: [PATCH] build: Update codecov to use the new repo secret. The old version keeps failing more and more often so we're updating and adding the repo secret. --- .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 6a17d4318b..104dbddd20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,8 @@ jobs: - name: Run Coverage if: matrix.python-version == '3.8' && matrix.toxenv == 'django42-drflatest' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: unittests fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}