Skip to content

Commit f489611

Browse files
chore(deps): update codecov/codecov-action action to v4 (#273)
1 parent 229c14d commit f489611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
run: npm run test -- --watch=false --browsers=ChromeHeadless
4040

4141
- name: Upload coverage reports to Codecov
42-
uses: codecov/codecov-action@v3
42+
uses: codecov/codecov-action@v4
4343
env:
4444
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/verify-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: npm run test -- --watch=false --browsers=ChromeHeadless
5050

5151
- name: Upload coverage reports to Codecov
52-
uses: codecov/codecov-action@v3
52+
uses: codecov/codecov-action@v4
5353
env:
5454
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5555

0 commit comments

Comments
 (0)