Skip to content

Commit 2beb177

Browse files
authored
Merge pull request #528 from nanotaboada/dependabot/github_actions/codecov/codecov-action-5.5.3
chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents 7240221 + 1e7e625 commit 2beb177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: coverage.xml
101101

102102
- name: Upload coverage report to Codecov
103-
uses: codecov/codecov-action@v5.5.2
103+
uses: codecov/codecov-action@v5.5.3
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106
files: coverage.xml

0 commit comments

Comments
 (0)