Skip to content

Commit 1d59b84

Browse files
Bump codecov/codecov-action from 5.0.7 to 5.1.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1. - [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.0.7...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 427177a commit 1d59b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
make mototest
8484
- name: Upload coverage to Codecov
8585
if: matrix.python-version == '3.11'
86-
uses: codecov/codecov-action@v5.0.7
86+
uses: codecov/codecov-action@v5.1.1
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
8989
files: ./coverage.xml

0 commit comments

Comments
 (0)