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