diff --git a/.github/workflows/wide_integer_codecov.yml b/.github/workflows/wide_integer_codecov.yml index 3a82425..274789c 100644 --- a/.github/workflows/wide_integer_codecov.yml +++ b/.github/workflows/wide_integer_codecov.yml @@ -54,9 +54,10 @@ jobs: echo "return to wide-integer root directory" cd ../.. - name: upload-codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - files: .gcov/make/coverage.info + plugin: gcov + file: ${{ runner.workspace }}/wide-integer/.gcov/make/coverage.info token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true - functionalities: fix + verbose: false diff --git a/.github/workflows/wide_integer_sonar.yml b/.github/workflows/wide_integer_sonar.yml index 60c477f..5150498 100644 --- a/.github/workflows/wide_integer_sonar.yml +++ b/.github/workflows/wide_integer_sonar.yml @@ -1,4 +1,4 @@ -# ------------------------------------------------------------------------------ +# ------------------------------------------------------------------------------ # Copyright Christopher Kormanyos 2022 - 2024. # Distributed under the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt @@ -34,7 +34,7 @@ jobs: ./bootstrap.sh ./b2 headers - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: '17'