diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0b186901b..641bcda5a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -462,7 +462,7 @@ jobs: --timeout 600 --out xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.5.0 with: token: ${{ secrets.CODECOV_TOKEN }}