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