Skip to content

Commit 28990d2

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent b61302c commit 28990d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: i18n_extract
3636
run: npm run i18n_extract
3737
- name: Coverage
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v5
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
fail_ci_if_error: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: i18n_extract
3131
run: npm run i18n_extract
3232
- name: Coverage
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
fail_ci_if_error: false

0 commit comments

Comments
 (0)