Skip to content

Commit b3738d9

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 9db1681 commit b3738d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: i18n_extract
2626
run: npm run i18n_extract
2727
- name: Coverage
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v5

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: i18n_extract
3030
run: npm run i18n_extract
3131
- name: Coverage
32-
uses: codecov/codecov-action@v3
32+
uses: codecov/codecov-action@v5
3333
- name: Build
3434
run: npm run build
3535
- name: Release

0 commit comments

Comments
 (0)