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