Skip to content

Commit 7452361

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

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
@@ -79,7 +79,7 @@ jobs:
7979
run: npm run docs
8080

8181
- name: Upload coverage to Codecov
82-
uses: codecov/codecov-action@v3
82+
uses: codecov/codecov-action@v5
8383

8484
e2e:
8585
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)