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