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