From 2725fe2f11cce1cd30dc593e4f54d2260b6bbbcb Mon Sep 17 00:00:00 2001 From: Rehan Khwaja Date: Tue, 2 Jul 2024 19:41:17 -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 d39a871..23a12c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,5 +40,7 @@ jobs: if python --version | grep -q 'Python 3.12' ; then poe test fi - - name: Coverage - uses: codecov/codecov-action@v2.1.0 + - name: Codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}