File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0 # Fetch all history for proper versioning
1919
5151 continue-on-error : true # Continue even if web build fails
5252
5353 - name : Upload Web Build
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : web-build
5757 path : packages/web_app/build/web
6363 continue-on-error : true # Continue even if Android build fails
6464
6565 - name : Upload Android APK
66- uses : actions/upload-artifact@v3
66+ uses : actions/upload-artifact@v4
6767 with :
6868 name : android-apk
6969 path : packages/mobile_app/build/app/outputs/flutter-apk/app-release.apk
You can’t perform that action at this time.
0 commit comments