diff --git a/.circleci/config.yml b/.circleci/config.yml index b9bade5..dfef702 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - checkout - run: make test - run: make flow-test - - run: bash <(curl -s https://codecov.io/bash) + - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) workflows: version: 2