diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 45a71ca7..4d8ffa6f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: run: | lein cloverage --codecov - name: Coverage Graph - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./target/coverage/codecov.json token: ${{ secrets.CODECOV_TOKEN }}