Skip to content

Commit 96539c7

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 5e7a287 commit 96539c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ jobs:
7777
run: pnpm ci:test
7878

7979
- name: Codecov core
80-
uses: codecov/codecov-action@v4
80+
uses: codecov/codecov-action@v5
8181
with:
8282
flags: core
8383
directory: ./packages/core
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585

8686
- name: Codecov ui
87-
uses: codecov/codecov-action@v4
87+
uses: codecov/codecov-action@v5
8888
with:
8989
flags: ui
9090
directory: ./packages/ui

.github/workflows/master-codecov-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
run: pnpm ci:test
3030

3131
- name: Codecov Core
32-
uses: codecov/codecov-action@v4
32+
uses: codecov/codecov-action@v5
3333
with:
3434
flags: core
3535
directory: ./packages/core
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737

3838
- name: Codecov UI
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
flags: experience
4242
directory: ./packages/experience

0 commit comments

Comments
 (0)