From 77e66caabe6fa8ea8323cee5d6b6de4d3bc94284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 23:45:09 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3.1.4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6cffb66..91bc5d9 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.4 if: ${{ matrix.channel == 'stable' }} test-old-versions: