Skip to content

Commit

Permalink
update dependencies in github build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoro committed Mar 20, 2024
1 parent 417930b commit e4f1f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install lcov
run: sudo apt-get install -y lcov
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
- name: Get dependencies
Expand All @@ -24,6 +24,6 @@ jobs:
- name: Unit tests
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e4f1f9d

Please sign in to comment.