diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 833c43d..2defb7e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,7 @@ jobs: with: name: e2e-coverage - name: Upload to codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: