From 6bd265f04868734018800a5f00e75e2e4ea46700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lui=CC=81s=20Arteiro?= Date: Wed, 16 Aug 2023 00:25:19 +0100 Subject: [PATCH] fix: Upgrading checkout and codecov to v3 due to Node16 deprecation notice. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c237a661..ed8021b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Run tests run: flutter test --coverage - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: files: coverage/lcov.info verbose: true # optional (default = false) @@ -49,7 +49,7 @@ jobs: env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Flutter uses: subosito/flutter-action@v2