Skip to content

Commit d9346a6

Browse files
Merge pull request #57 from codecov/update-to-v5
chore(ci): upgrade to v5
2 parents c840502 + 00b598b commit d9346a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Upload coverage data to Codecov
7979
if: ${{ !cancelled() }}
80-
uses: codecov/codecov-action@v4
80+
uses: codecov/codecov-action@v5
8181
with:
8282
files: ./core.lcov,./bindings.lcov,./.coverage
8383
token: ${{ secrets.CODECOV_ORG_TOKEN }}
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Upload coverage data to Codecov (Staging)
9898
if: ${{ !cancelled() }}
99-
uses: codecov/codecov-action@v4
99+
uses: codecov/codecov-action@v5
100100
with:
101101
files: ./core.lcov,./bindings.lcov,./.coverage
102102
token: ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}

0 commit comments

Comments
 (0)