diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index df20ca121..9fdfc7b96 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -386,7 +386,7 @@ jobs: --xml --output ../coverage.xml \ --html=../cov-report/index.html --html-details - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.0 with: files: coverage.xml - name: Upload coverage report artifact