diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93e340a..ce22f45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: - uses: bluefireteam/melos-action@v3 - run: sudo apt update && sudo apt install -y lcov - run: melos coverage - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{secrets.CODECOV_TOKEN}}