diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e551e7461..a6d2386d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -283,7 +283,7 @@ jobs: --timeout 600 --out xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }}