File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 done
5151
5252 - name : Upload apk to artifact
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : app-release.apk
5656 path : build/app/outputs/flutter-apk/app-release.apk
Original file line number Diff line number Diff line change 3131 run : cd dmg && /bin/sh ./build.sh && cd ../
3232
3333 - name : Upload to artifact
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : aimigo.dmg
3737 path : dmg/aimigo.dmg
Original file line number Diff line number Diff line change 4646 cd ../../../../
4747
4848 - name : Upload to artifact
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : aimigo_windows.zip
5252 path : build/windows/x64/runner/aimigo_windows.zip
You can’t perform that action at this time.
0 commit comments