diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 598e36719..d7abb718f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -382,7 +382,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.3 with: files: coverage.xml token: ${{ secrets.CODECOV_TOKEN }}