Skip to content

Commit 6d33946

Browse files
Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#1080)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: codecov/codecov-action 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 c772f4b commit 6d33946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
make mototest
5656
- name: Upload coverage to Codecov
5757
if: matrix.python-version == '3.11'
58-
uses: codecov/codecov-action@v3.1.4
58+
uses: codecov/codecov-action@v3.1.5
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
6161
files: ./coverage.xml

0 commit comments

Comments
 (0)