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 }}