diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34b30259..dcc9c808 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,7 @@ jobs: with: name: e2e-coverage - name: Upload to codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: