Skip to content

Commit

Permalink
ci: update codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jul 26, 2024
1 parent 8ca6255 commit c9aebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: hatch test --cover
- run: hatch run types:check

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
# We don't need to upload coverage more than once.
if: matrix.python-version == '3.12'
with:
Expand Down

0 comments on commit c9aebd4

Please sign in to comment.