Skip to content

Commit 74e3ec4

Browse files
chore(deps): update codecov/codecov-action action to v5.4.0
1 parent 638206d commit 74e3ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
poetry run coverage report -m
3737
poetry run coverage xml
3838
- name: Codecov
39-
uses: codecov/codecov-action@v5.1.2
39+
uses: codecov/codecov-action@v5.4.0
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
env_vars: OS,PYTHON

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
poetry run coverage report -m
4141
poetry run coverage xml
4242
- name: Codecov
43-
uses: codecov/codecov-action@v5.1.2
43+
uses: codecov/codecov-action@v5.4.0
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)