diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a9596129..c82baac3 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@v1.2.0 + uses: codecov/codecov-action@v1.2.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./target/coverage/codecov.json