Skip to content

Commit 2c51a77

Browse files
authored
chore: update codecov-action from v4 to v5 (#243)
1 parent fcd0407 commit 2c51a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686
run: npm run test:coverage -- --ci
8787

8888
- name: Submit coverage data to codecov
89-
uses: codecov/codecov-action@v4
89+
uses: codecov/codecov-action@v5
9090
with:
9191
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)