Skip to content

Commit f0bfdde

Browse files
authored
Merge pull request #38 from jfrazx/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents 06f8619 + ad363c9 commit f0bfdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm ci --ignore-scripts
2727
npm run coverage:report
2828
- name: Codecov
29-
uses: codecov/codecov-action@v4.6.0
29+
uses: codecov/codecov-action@v5.5.1
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
3232
file: ./coverage.lcov

0 commit comments

Comments
 (0)