Skip to content

Commit

Permalink
Downgrade codecov GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Mar 4, 2024
1 parent 4b94a14 commit 116022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
coverage xml -o ./coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
files: ./coverage.xml
Expand Down

0 comments on commit 116022c

Please sign in to comment.