From aeffa0719e520e12b5c9758a17570a17be73ea84 Mon Sep 17 00:00:00 2001 From: Irtaza Akram Date: Mon, 29 Apr 2024 16:42:12 +0500 Subject: [PATCH] build: Update codecov to use the repository upload token. --- .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 659e311a..4e59c6ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,8 @@ jobs: - name: Upload coverage to CodeCov if: matrix.python-version == '3.8' && matrix.toxenv == 'django42' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}