Skip to content

Commit fdfb141

Browse files
Update codecov/codecov-action action to v5
1 parent 4b195f8 commit fdfb141

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)