Skip to content

Commit 1ced179

Browse files
Merge pull request #64 from codecov/update-to-v5
chore(ci): upgrade to v5
2 parents 06b8472 + bbfaa69 commit 1ced179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Upload coverage data to Codecov
8989
if: ${{ !cancelled() }}
90-
uses: codecov/codecov-action@v4
90+
uses: codecov/codecov-action@v5
9191
with:
9292
files: ./core.lcov,./bindings.lcov,./.coverage
9393
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)