diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index df04412c..39bb8e8d 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -391,7 +391,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.1 + uses: codecov/codecov-action@v5.5.2 with: files: coverage.xml token: ${{ secrets.CODECOV_TOKEN }}