Skip to content

Commit

Permalink
Merge pull request #120 from randovania/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
github-actions[bot] authored Feb 1, 2024
2 parents 0ebb16f + e2f191a commit 8c2c191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
venv/bin/python -m pytest --cov mercury_engine_data_structures --cov-report=xml --fail-if-missing --durations=100 -n 2

- name: codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
env:
Expand Down

0 comments on commit 8c2c191

Please sign in to comment.