We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb14d41 + aae8af3 commit 93cf9e8Copy full SHA for 93cf9e8
1 file changed
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Upload to Codecov
77
if: always()
78
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
79
with:
80
files: packages/${{ matrix.package }}/coverage/lcov.info
81
flags: ${{ matrix.package }}
@@ -146,7 +146,7 @@ jobs:
146
147
148
if: always() && matrix.flutter.version == '3.32.6'
149
150
151
152
0 commit comments