From 022d8848063518a4a938b95ac39a565c2ade3966 Mon Sep 17 00:00:00 2001 From: Rehan Khwaja Date: Tue, 2 Jul 2024 21:56:06 -0700 Subject: [PATCH] Update codecov-action --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 543c34a..bfa6530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,4 +69,6 @@ jobs: poe test fi - name: Coverage - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}