Skip to content

Commit

Permalink
fix: Upgrading checkout and codecov to v3 due to Node16 deprecation n…
Browse files Browse the repository at this point in the history
…otice.
  • Loading branch information
LuchoTurtle committed Aug 15, 2023
1 parent 9482b94 commit 6bd265f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 6bd265f

Please sign in to comment.