Skip to content

Commit f15da4d

Browse files
authored
Merge pull request #407 from nanotaboada/dependabot/github_actions/codecov/codecov-action-5.5.0
chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0
2 parents c8aaf72 + 74998cb commit f15da4d

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
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Upload coverage report to ${{ matrix.service }}
9595
if: ${{ matrix.service == 'codecov' }}
96-
uses: codecov/codecov-action@v5.4.3
96+
uses: codecov/codecov-action@v5.5.0
9797
with:
9898
token: ${{ secrets.CODECOV_TOKEN }}
9999
files: coverage.xml

0 commit comments

Comments
 (0)