diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b1f76cfacc..a3d2c526fa 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -59,7 +59,7 @@ jobs: --exclude-files **/mock.rs **/weights.rs **/benchmarking.rs **/weights/* node/* runtime/* - name: Upload to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: false verbose: true \ No newline at end of file