Skip to content

Commit 791218d

Browse files
Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#374)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 5.5.3. - [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.5.2...v5.5.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 787643e commit 791218d

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
@@ -109,7 +109,7 @@ jobs:
109109
pixi run -e ${{ matrix.env }} tests --cov-report=xml
110110
111111
- name: Upload code coverage to Codecov
112-
uses: codecov/codecov-action@v5.5.2
112+
uses: codecov/codecov-action@v5.5.3
113113
with:
114114
token: "${{ secrets.CODECOV_TOKEN }}"
115115
files: ./coverage.xml

0 commit comments

Comments
 (0)