Skip to content

Commit 8f2282c

Browse files
Merge pull request #136 from flutter-form-builder-ecosystem/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents aab7491 + 3133526 commit 8f2282c

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
@@ -50,9 +50,7 @@ jobs:
5050
- name: Check publish warnings
5151
run: dart pub publish --dry-run
5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v4
54-
env:
55-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
53+
uses: codecov/codecov-action@v5
5654
with:
5755
files: coverage/lcov.info
5856
flags: unittests

0 commit comments

Comments
 (0)