Skip to content

Commit

Permalink
Merge pull request #660 from axone-protocol/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
2 parents e68a051 + 18252bd commit 6be4221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: cargo make test-coverage

- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./lcov.info
Expand Down

0 comments on commit 6be4221

Please sign in to comment.