From 7ad29a7b1e6b2efc1a40822611721dad32eb1e73 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 4 Oct 2023 12:13:03 -0300 Subject: [PATCH] v4 is beta and was probably mistankely release as stable --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c32a9fb4..ee836239 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -37,6 +37,6 @@ jobs: continue-on-error: true - name: Upload to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: files: coverage.xml