We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76456e commit d6436bfCopy full SHA for d6436bf
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Upload coverage to Codecov
66
if: ${{ matrix.os == 'ubuntu-latest' }}
67
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
68
with:
69
token: ${{ secrets.CODECOV_TOKEN }}
70
fail_ci_if_error: true
0 commit comments