diff --git a/.github/workflows/action.flutter.analyze-test.yaml b/.github/workflows/action.flutter.analyze-test.yaml index c463b105..28f29951 100644 --- a/.github/workflows/action.flutter.analyze-test.yaml +++ b/.github/workflows/action.flutter.analyze-test.yaml @@ -53,7 +53,7 @@ jobs: - name: 'Flutter test (with coverage)' run: flutter test -r github --coverage --test-randomize-ordering-seed random - name: 'Upload coverage report' - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/