Skip to content

Commit eca59bd

Browse files
authored
Merge pull request #301 from dmitriz/renovate/codecov-codecov-action-5.x
2 parents fcb8c2d + 8836eca commit eca59bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Run tests with coverage
2020
run: npm run ava-cov
2121
- name: Upload coverage to Codecov
22-
uses: codecov/codecov-action@v4
22+
uses: codecov/codecov-action@v5
2323
with:
2424
files: ./coverage/lcov.info

0 commit comments

Comments
 (0)