From ee07ff521df3d81811f279510c110c050b31217f Mon Sep 17 00:00:00 2001 From: lamnhan066 Date: Wed, 17 Apr 2024 17:37:30 +0700 Subject: [PATCH] Update github workflows --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0fe236c..4ff7e7f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install and set Flutter version uses: subosito/flutter-action@v2 @@ -29,6 +29,6 @@ jobs: run: flutter test --coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.0.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}