From 7c558f1fbc7a09fbe019d0cc30b82841bf2b7a45 Mon Sep 17 00:00:00 2001 From: Jose Luis Leon Date: Tue, 13 Feb 2024 13:02:35 -0500 Subject: [PATCH] chore(ci): Revert codecov/codecov-action to v3 (#239) --- .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 e143602..d6b3529 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - run: ./gradlew test java17Test java21Test - run: ./gradlew build - run: ./gradlew jacocoTestReport --rerun - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true