diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0166bb6b1..a6d943a49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: - name: Upload coverage results (to Codecov.io) if: ${{ ! matrix.no_coverage }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ${{ steps.coverage.outputs.report }} ## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }} diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 637bc155a..caae1d977 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -56,7 +56,7 @@ jobs: ls ../../target/integration-coverage/reports/lcov.info -l - name: Upload coverage results (to Codecov.io) - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: target/integration-coverage/reports/lcov.info name: codecov-umbrella-integration-${{ matrix.type }}