Skip to content

Commit

Permalink
Merge pull request #7 from sappelhoff/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
sappelhoff authored Feb 5, 2024
2 parents e1a6c79 + 1fa5188 commit 3af6fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:

- name: Upload coverage report
if: ${{ matrix.platform == 'ubuntu-22.04' && matrix.python-version == '3.11' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml

0 comments on commit 3af6fa0

Please sign in to comment.