From 9fc46159d6a19e1c924466244e84c3fca7c00dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 17:00:05 +0100 Subject: [PATCH] Bump codecov/codecov-action from v1.0.14 to v1.0.15 (#371) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.14 to v1.0.15. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.14...239febf655bba88b16ff5dea1d3135ea8663a1f9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08b9c225..281e2793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: path: docs/_build/html if: env.IS_MASTER_BUILD == 'true' - name: Codecov - uses: codecov/codecov-action@v1.0.14 + uses: codecov/codecov-action@v1.0.15 with: # NOTE: `token` is not required, because the kartothek repo is public file: ./coverage.xml