From 025b1622e07e15167e24cf316132218debeb3a81 Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Wed, 1 May 2024 17:12:32 +0930 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 e06ddf3..a51e34c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,8 @@ jobs: - name: Run Coverage if: matrix.python-version == '3.8' && matrix.toxenv=='django42-drf314' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: flags: unittests fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}