From 91f12aef6155022e0521e204c2700ced3c38c5f9 Mon Sep 17 00:00:00 2001 From: Rehan Khwaja Date: Tue, 2 Jul 2024 19:49:47 -0700 Subject: [PATCH] Update codecov-action --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b51175..bec54e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,5 +42,7 @@ jobs: if python --version | grep -q 'Python 3.12' ; then poe test-with-coverage fi - - name: Coverage - uses: codecov/codecov-action@v2.1.0 + - name: Codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}