Skip to content

Commit e8a0d42

Browse files
Merge pull request #1438 from flutter-form-builder-ecosystem/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 5176c06 + 5ef688b commit e8a0d42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
- name: Run tests
4949
run: flutter test --coverage
5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v4
52-
env:
53-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
51+
uses: codecov/codecov-action@v5
5452
with:
5553
files: coverage/lcov.info
5654
name: flutter_form_builder

0 commit comments

Comments
 (0)