diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b2008ad04..2b978353c 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.5.0 + uses: codecov/codecov-action@v5.5.1 with: files: coverage.xml - name: Upload coverage report artifact