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 4a797a5 commit ee12397Copy full SHA for ee12397
.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