Skip to content

Commit

Permalink
chore(ci): upgrade to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 5, 2024
1 parent c840502 commit 00b598b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Upload coverage data to Codecov
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./core.lcov,./bindings.lcov,./.coverage
token: ${{ secrets.CODECOV_ORG_TOKEN }}
Expand All @@ -96,7 +96,7 @@ jobs:

- name: Upload coverage data to Codecov (Staging)
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./core.lcov,./bindings.lcov,./.coverage
token: ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}
Expand Down

0 comments on commit 00b598b

Please sign in to comment.