Skip to content

Commit 990015c

Browse files
authored
Merge pull request #153 from Anselmoo/dependabot/github_actions/codecov/codecov-action-4.5.0
Bump codecov/codecov-action from 3.1.1 to 4.5.0
2 parents b27009e + 8d16d51 commit 990015c

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@v3.1.1
39+
uses: codecov/codecov-action@v4.5.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@v3.1.1
43+
uses: codecov/codecov-action@v4.5.0
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)