We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db1681 commit b3738d9Copy full SHA for b3738d9
.github/workflows/ci.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: i18n_extract
26
run: npm run i18n_extract
27
- name: Coverage
28
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
- name: Build
34
run: npm run build
35
- name: Release
0 commit comments