diff --git a/.github/workflows/test_build_deploy.yml b/.github/workflows/test_build_deploy.yml index 109cc8c3d2..3b56900456 100644 --- a/.github/workflows/test_build_deploy.yml +++ b/.github/workflows/test_build_deploy.yml @@ -78,7 +78,7 @@ jobs: - name: Monitor coverage if: github.event_name == 'pull_request' && matrix.DISTRIBUTION == 'DISTRIBUTION_0' - uses: slavcodev/coverage-monitor-action@1.1.0 + uses: slavcodev/coverage-monitor-action@1.8.0 with: github_token: ${{github.token}} clover_file: 'coverage/clover.xml'