Skip to content

Commit

Permalink
Fix push-main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sHedC committed Feb 8, 2024
1 parent efa9619 commit a61ae82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml

0 comments on commit a61ae82

Please sign in to comment.