Skip to content

Commit

Permalink
Fix codecov CI errors (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Apr 10, 2024
1 parent cf77d52 commit 1b978a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests-jdk-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1b978a7

Please sign in to comment.