Skip to content

Commit

Permalink
codecov-action@v4 issue, lowering to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Feb 26, 2024
1 parent 7538cbf commit f44e649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -117,7 +117,7 @@ jobs:

- name: Upload Coverage to codecov
if: always() && !startsWith(github.ref, 'refs/tags/v')
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: ./output/TestResults/Coverage.xml
flags: ${{ matrix.info.name }}
Expand Down

0 comments on commit f44e649

Please sign in to comment.