Skip to content

Commit ffd9f55

Browse files
chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.4.3...v5.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 920da3b commit ffd9f55

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)