Skip to content

Commit f2f9809

Browse files
Merge pull request #2 from SuperInstance/dependabot/github_actions/codecov/codecov-action-5
ci: bump codecov/codecov-action from 4 to 5
2 parents 4ca7977 + 0d9c1e3 commit f2f9809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
npx istanbul-combine -d coverage/combined -r lcov -r json-summary coverage/*/coverage-final.json || true
180180
181181
- name: Upload coverage to Codecov
182-
uses: codecov/codecov-action@v4
182+
uses: codecov/codecov-action@v5
183183
with:
184184
token: ${{ secrets.CODECOV_TOKEN }}
185185
files: ./coverage/combined/lcov.info

0 commit comments

Comments
 (0)