Skip to content

Commit 826e320

Browse files
chore(ci-deps): update codecov/codecov-action action to v5
1 parent e9ad866 commit 826e320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
]
6060
6161
- name: Upload coverage to Codecov
62-
uses: codecov/codecov-action@v3
62+
uses: codecov/codecov-action@v5

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Upload coverage to Codecov
3232
if: matrix.node-version == '18.x'
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v5
3434

3535
- name: Run Build
3636
run: yarn build

0 commit comments

Comments
 (0)