Skip to content

Commit

Permalink
Merge pull request #57 from codecov/update-to-v5
Browse files Browse the repository at this point in the history
chore(ci): upgrade to v5
  • Loading branch information
thomasrockhu-codecov authored Dec 5, 2024
2 parents c840502 + 00b598b commit d9346a6
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 d9346a6

Please sign in to comment.