File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 run : flutter pub get
2929 - name : Test app
3030 run : flutter test --coverage
31- - uses : actions/upload-artifact@v2
31+ - uses : actions/upload-artifact@v4
3232 with :
3333 name : reactter-coverage
3434 path : ./packages/reactter/coverage/lcov.info
5050 run : flutter pub get
5151 - name : Test app
5252 run : flutter test --coverage
53- - uses : actions/upload-artifact@v2
53+ - uses : actions/upload-artifact@v4
5454 with :
5555 name : flutter_reactter-coverage
5656 path : ./packages/flutter_reactter/coverage/lcov.info
6262 - name : Checkout
6363 uses : actions/checkout@v3
6464 - name : Download artifacts
65- uses : actions/download-artifact@v2
65+ uses : actions/download-artifact@v4
6666 - name : Upload to Codecov
67- uses : codecov/codecov-action@v2
67+ uses : codecov/codecov-action@v4
6868 with :
6969 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments