diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8552171..dc35d203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: sudo apt-get install -y lcov cd TestSuiteBuild FC=${{ matrix.compiler }} ./createcoverage - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: ${{ matrix.os == 'ubuntu-latest' }} with: files: ./TestSuiteBuild/lcov.info