diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8bedd1f0..b58634d6 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -403,7 +403,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.2 + uses: codecov/codecov-action@v5.5.3 with: files: coverage.xml token: ${{ secrets.CODECOV_TOKEN }}