Skip to content

Commit a41e55d

Browse files
chore(deps)(deps): bump codecov/codecov-action
Bumps the all-dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c7e697 commit a41e55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Upload coverage reports to Codecov
129129
if: runner.os == 'Linux' && matrix.python-version == '3.12'
130-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
130+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
131131
with:
132132
token: ${{ secrets.CODECOV_TOKEN }}
133133
files: ./coverage.xml

0 commit comments

Comments
 (0)