Skip to content

Commit 58dad0e

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 279f9bf commit 58dad0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: npm run test
2727

2828
- name: Upload coverage to Codecov
29-
uses: codecov/codecov-action@v3
29+
uses: codecov/codecov-action@v5

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: npm run docs
6464

6565
- name: Upload coverage to Codecov
66-
uses: codecov/codecov-action@v3
66+
uses: codecov/codecov-action@v5
6767

6868
e2e:
6969
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)