diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ec1a623..69f77e5 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -165,7 +165,7 @@ jobs: directories: "${{ inputs.coverage-directories }}" - name: "Report coverage with Codecov" - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: "${{ inputs.coverage }}" with: files: lcov.info diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 8e90997..09a895d 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -233,7 +233,7 @@ jobs: directories: "${{ inputs.coverage-directories }}" - name: "Report coverage with Codecov" - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: "${{ steps.classify.outputs.triggers == 'true' && inputs.coverage }}" with: files: lcov.info