Skip to content

Commit 690cb7c

Browse files
authored
Merge pull request #1074 from shivammathur/dependabot/github_actions/develop/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 64e2975 + b2cf73f commit 690cb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: npm audit
5555

5656
- name: Send Coverage
57-
uses: codecov/codecov-action@v5
57+
uses: codecov/codecov-action@v6
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
files: coverage/lcov.info

0 commit comments

Comments
 (0)