We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf7af8 commit ea44304Copy full SHA for ea44304
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: i18n_extract
31
run: npm run i18n_extract
32
- name: Coverage
33
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }}
36
fail_ci_if_error: true
0 commit comments