Skip to content

Commit e6a7f8f

Browse files
Merge pull request #376 from randovania/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 3 to 5
2 parents 174bff5 + c98d7e0 commit e6a7f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: python -m pytest --cov src --cov-report=xml --skip-if-missing
7878

7979
- name: codecov
80-
uses: codecov/codecov-action@v3
80+
uses: codecov/codecov-action@v5
8181
with:
8282
fail_ci_if_error: false
8383
files: ./coverage.xml
@@ -146,7 +146,7 @@ jobs:
146146
venv/bin/python -m pytest --cov src --cov-report=xml --durations=100
147147

148148
- name: codecov
149-
uses: codecov/codecov-action@v3
149+
uses: codecov/codecov-action@v5
150150
with:
151151
fail_ci_if_error: false
152152
files: ./coverage.xml

0 commit comments

Comments
 (0)