diff --git a/.github/workflows/Linux_x86_64_test.yml b/.github/workflows/Linux_x86_64_test.yml index 3165868806b..e381b1071e5 100644 --- a/.github/workflows/Linux_x86_64_test.yml +++ b/.github/workflows/Linux_x86_64_test.yml @@ -50,6 +50,6 @@ jobs: run: cd build && ctest --output-on-failure - name: Upload results - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: gcov: true