Skip to content

Commit 77f5e84

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent f913c91 commit 77f5e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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@v4
42+
uses: codecov/codecov-action@v5
4343
env:
4444
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/verify-build.yml

+1-1
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@v4
52+
uses: codecov/codecov-action@v5
5353
env:
5454
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5555

0 commit comments

Comments
 (0)