Skip to content

Commit bfc6256

Browse files
authored
Merge pull request #581 from sir-gon/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5
2 parents 4b195f8 + fdfb141 commit bfc6256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run jest:ci -- --coverage
3535

3636
- name: Upload coverage reports to Codecov with GitHub Action
37-
uses: codecov/codecov-action@v4
37+
uses: codecov/codecov-action@v5
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }} # required
4040
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)