diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15cf151811..f352cb98f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: if-no-files-found: ignore - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}