diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7df0bebae..0dc88f0dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -407,7 +407,7 @@ jobs: --timeout 600 --out xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.2.0 with: token: ${{ secrets.CODECOV_TOKEN }}