Skip to content

Commit f546395

Browse files
Revert "Merge pull request #1295 from flutter-form-builder-ecosystem/dependabot/github_actions/codecov/codecov-action-4"
This reverts commit 272196f, reversing changes made to c55499e.
1 parent 272196f commit f546395

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@v4
46+
uses: codecov/codecov-action@v3
4747
with:
4848
files: coverage/lcov.info
4949
name: flutter_form_builder

0 commit comments

Comments
 (0)