Skip to content

Commit 272196f

Browse files
Merge pull request #1295 from flutter-form-builder-ecosystem/dependabot/github_actions/codecov/codecov-action-4
build(deps): bump codecov/codecov-action from 3 to 4
2 parents c55499e + e16890c commit 272196f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests
4444
run: flutter test --coverage
4545
- name: Upload coverage to Codecov
46-
uses: codecov/codecov-action@v3
46+
uses: codecov/codecov-action@v4
4747
with:
4848
files: coverage/lcov.info
4949
name: flutter_form_builder

0 commit comments

Comments
 (0)