From 3bdcb53c2b86bcddd23faa327333c89013f5aeaa Mon Sep 17 00:00:00 2001 From: Shane Duvall Date: Mon, 12 Feb 2024 12:55:50 -0600 Subject: [PATCH] Revert "Update codecov node requirements" This reverts commit e3d6a2827e547536f905d47f6ca4fc702eac7bca. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec45196..4c3bf43 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -132,7 +132,7 @@ jobs: - name: Send coverage report to Codecov if: ${{ success() && matrix.coverage }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: files: ./build/logs/clover.xml fail_ci_if_error: true