Skip to content

Commit 791cbb3

Browse files
authored
chore: update codecov-action to v4 (#256)
1 parent 2ce7dc0 commit 791cbb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
run: npm run test:coverage -- --ci
101101

102102
- name: Submit coverage data to codecov
103-
uses: codecov/codecov-action@v3
103+
uses: codecov/codecov-action@v4
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)