Skip to content

Commit 45a8c4f

Browse files
authored
Merge pull request #251 from nanotaboada/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents 50bdcc5 + 69fab62 commit 45a8c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: coverage.xml
6666

6767
- name: Upload coverage report to Codecov
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
files: coverage.xml

0 commit comments

Comments
 (0)