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 dbec796 commit d82e3dcCopy full SHA for d82e3dc
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: i18n_extract
38
run: npm run i18n_extract
39
- name: Coverage
40
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
41
with:
42
token: ${{ secrets.CODECOV_TOKEN }}
43
fail_ci_if_error: true
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
fail_ci_if_error: false
0 commit comments