diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f391f8fe..5f3a76e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: run: python setup.py sdist bdist_wheel - name: Codecov - uses: codecov/codecov-action@v1.3.1 + uses: codecov/codecov-action@v1.4.0 with: # NOTE: `token` is not required, because the kartothek repo is public file: ./coverage.xml