Skip to content

Commit

Permalink
fix codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Mar 2, 2024
1 parent 0ebb38c commit 9e02dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

# Coverage:
- name: Upload coverage report to codecov
uses: codecov/codecov-action@4.1.0
uses: codecov/codecov-action@v4
if: steps.check_files.outputs.files_exists == 'true' && runner.os == 'Linux'
with:
file: ./coverage.xml # optional

0 comments on commit 9e02dbc

Please sign in to comment.