diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9c74c9..4bdcbdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - run: flutter format -n --set-exit-if-changed . - run: flutter analyze - run: flutter test --coverage - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v4.1.0 build: needs: check