Skip to content

Commit

Permalink
Use codecov/codecov-action@v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed May 8, 2024
1 parent 8d43b5a commit f94e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Upload code coverage report to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.3.1
with:
files: "./build/coverage-default.info,./build/coverage-no-asm.info"
verbose: true
Expand Down

0 comments on commit f94e98c

Please sign in to comment.