Skip to content

Commit

Permalink
[ci] Fix codecov failure to find the token
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Apr 15, 2024
1 parent f57f32d commit 91308b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ jobs:
- name: Upload to codecov.io
if: ${{ success() && (matrix.coverage == true) }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.info
fail_ci_if_error: true
Expand Down

0 comments on commit 91308b8

Please sign in to comment.