diff --git a/.circleci/config.yml b/.circleci/config.yml index 201618f..1ba4047 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: - early_return_for_forked_pull_requests - - run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN} + - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN} - run: mvn -s .circleci.settings.xml -DskipTests deploy