Skip to content

Commit

Permalink
Bump codecov action version
Browse files Browse the repository at this point in the history
This commit bumps the codecov action version. We were previously using
v3 which no longer is supported and can't be used anymore. This upgrades
the action to use the latest version v5.
  • Loading branch information
mtreinish committed Nov 22, 2024
1 parent 3862766 commit d94d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Run coverxml
run: tox -ecoverxml
- name: codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: ./cover/coverage.xml # optional
flags: unittests # optional
Expand Down

0 comments on commit d94d1a9

Please sign in to comment.