Skip to content

Commit

Permalink
Upgrade codecov workflow to v4 (#232)
Browse files Browse the repository at this point in the history
v3 of https://github.com/codecov/codecov-action is failing
on macOS, bumping to v4 appears to resolve the issue.
  • Loading branch information
stewartmiles authored Oct 7, 2024
1 parent 5235013 commit cbd4ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
PYTHONHASHSEED: 0
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: unittests
files: coverage.xml

0 comments on commit cbd4ae1

Please sign in to comment.