Skip to content

Commit debca63

Browse files
chore(deps): update codecov/codecov-action to v5
1 parent 26a7113 commit debca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.flutter.analyze-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: 'Flutter test (with coverage)'
5454
run: flutter test -r github --coverage --test-randomize-ordering-seed random
5555
- name: 'Upload coverage report'
56-
uses: codecov/codecov-action@v4.6.0
56+
uses: codecov/codecov-action@v5.0.7
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
directory: ./coverage/

0 commit comments

Comments
 (0)