Skip to content

Commit 0092620

Browse files
chore(deps): update codecov/codecov-action action to v5 (#442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bilal Qamar <[email protected]>
1 parent b4e8abc commit 0092620

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: i18n_extract
3030
run: npm run i18n_extract
3131
- name: Coverage
32-
uses: codecov/codecov-action@v4
32+
uses: codecov/codecov-action@v5

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: i18n_extract
2727
run: npm run i18n_extract
2828
- name: Coverage
29-
uses: codecov/codecov-action@v4
29+
uses: codecov/codecov-action@v5
3030
- name: Build
3131
run: npm run build
3232
# NPM expects to be authenticated for publishing. This step will fail CI if NPM is not authenticated

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@v4
32+
uses: codecov/codecov-action@v5
3333
- name: Build
3434
run: npm run build
3535
- name: Release

0 commit comments

Comments
 (0)