From 1b978a7a39d0754e931393de0637a28a920174d2 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Thu, 11 Apr 2024 08:15:12 +0900 Subject: [PATCH] Fix codecov CI errors (#1304) --- .github/workflows/unit-tests-jdk-14.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests-jdk-14.yml b/.github/workflows/unit-tests-jdk-14.yml index 2735aa695..bd8adb96e 100644 --- a/.github/workflows/unit-tests-jdk-14.yml +++ b/.github/workflows/unit-tests-jdk-14.yml @@ -26,6 +26,6 @@ jobs: env: SKIP_UNSTABLE_TESTS: 1 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - fail_ci_if_error: true \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }}