diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1f1d1a74..b93d763f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -21,7 +21,7 @@ jobs: lein cloverage --codecov bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json - name: Coverage Graph - uses: codecov/codecov-action@v2.0.3 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./target/coverage/codecov.json