diff --git a/.github/workflows/cpp-tests.yml b/.github/workflows/cpp-tests.yml index 2a4bd61cce..2e11f74c86 100644 --- a/.github/workflows/cpp-tests.yml +++ b/.github/workflows/cpp-tests.yml @@ -62,7 +62,7 @@ jobs: genhtml reactor-cpp.info --output-directory reactor-cpp.coverage if: matrix.platform == 'ubuntu-24.04' - name: Upload coverage report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: reactor-cpp.coverage path: reactor-cpp.coverage