diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5665102..cf6ce42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Measure coverage run: flutter test --coverage - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{secrets.CODECOV_TOKEN}} file: coverage/lcov.info