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 }}