diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1154f0..5f3531a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - name: Run tests run: flutter test --coverage --coverage-path=lcov.info - - uses: codecov/codecov-action@v3.1.2 + - uses: codecov/codecov-action@v3.1.5 if: ${{ matrix.channel == 'stable' }} test-old-versions: