From 6e6639a0ac901caed4828284ad94d28a35ab4bc4 Mon Sep 17 00:00:00 2001 From: mohsinulhaq Date: Sun, 19 Nov 2023 14:28:40 +0530 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aaddc4..2207353 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,6 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }}