diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f4ec05671..478d270c6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,7 @@ jobs: # cache-read-only: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop' && !startsWith(github.ref, 'refs/heads/feature/') }} arguments: test koverXmlReportDebug koverXmlReportProductionDebug --max-workers 1 --scan - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}