From 8e3107640595bb31f0a6d2e1efcf2592273fb099 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 2 Nov 2023 21:55:53 -0600 Subject: [PATCH] Revert "chore(deps): update codecov/codecov-action action to v4" This reverts commit e2e6c5fa79fae60b05fb33b62197de49c8b32654. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e15b632..a85469a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: PLATFORM: ${{ matrix.platform }} - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true