File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
20-
19+ - uses : actions/checkout@v4
20+ # No additional steps needed here; actions/checkout@v4 is already the latest major version.
2121 - uses : subosito/flutter-action@v2
2222 with :
2323 channel : ' stable' # or: 'beta', 'dev' or 'master'
2424
25- - uses : actions/setup-java@v1
25+ - uses : actions/setup-java@v4
2626 with :
27- java-version : ' 12.x '
27+ java-version : ' 12'
2828
2929 - run : flutter pub get
3030 working-directory : best_flutter_ui_templates
3535 working-directory : best_flutter_ui_templates
3636
3737 - name : upload APK
38- uses : actions/upload-artifact@v1
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : apk
4141 path : best_flutter_ui_templates/build/app/outputs/apk/release/app-release.apk
You can’t perform that action at this time.
0 commit comments