From 2de1a945977b0e1146a49fd8634857d45ee8be29 Mon Sep 17 00:00:00 2001 From: Vadim <69987865+ProxyNexus@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:49:59 +0300 Subject: [PATCH] fixed codecov version --- .github/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index f98d02612..dc00f92e9 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -44,7 +44,7 @@ jobs: name: coverage-report path: core/target/site/jacoco/ - name: Codecov coverage reporting - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v2 with: files: core/target/site/jacoco/jacoco.xml fail_ci_if_error: true # optional (default = false)