Skip to content

Commit 64c75f6

Browse files
authored
Update codecov github action to v4 (#92)
1 parent 6e31fa0 commit 64c75f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
poetry run pip install tox-gh-actions
3333
poetry run tox -elint
3434
- name: Upload code coverage
35-
uses: codecov/codecov-action@v2
35+
uses: codecov/codecov-action@v4
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
file: ./coverage.xml

0 commit comments

Comments
 (0)