Skip to content

Commit

Permalink
Merge pull request #1295 from flutter-form-builder-ecosystem/dependab…
Browse files Browse the repository at this point in the history
…ot/github_actions/codecov/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
deandreamatias authored Sep 15, 2023
2 parents c55499e + e16890c commit 272196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run tests
run: flutter test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: coverage/lcov.info
name: flutter_form_builder
Expand Down

0 comments on commit 272196f

Please sign in to comment.