File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 run : npm run build:rn
5858
5959 - name : Upload formplayer assets artifact
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v6
6161 with :
6262 name : formplayer-assets
6363 path : formulus/android/app/src/main/assets/formplayer_dist
7575 uses : actions/checkout@v4
7676
7777 - name : Download formplayer assets artifact
78- uses : actions/download-artifact@v4
78+ uses : actions/download-artifact@v7
7979 with :
8080 name : formplayer-assets
8181 path : formulus/android/app/src/main/assets/formplayer_dist
@@ -148,7 +148,7 @@ jobs:
148148 run : ./gradlew assembleRelease --no-daemon
149149
150150 - name : Upload APK artifact
151- uses : actions/upload-artifact@v4
151+ uses : actions/upload-artifact@v6
152152 with :
153153 name : formulus-android-apk-${{ github.event_name }}-${{ github.run_id }}
154154 path : |
Original file line number Diff line number Diff line change 5050 ls -R dist
5151
5252 - name : Upload build artifact
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v6
5454 with :
5555 name : synkronus-cli-${{ matrix.goos }}-${{ matrix.goarch }}
5656 path : synkronus-cli/dist/synkronus-cli-${{ matrix.goos }}-${{ matrix.goarch }}*
You can’t perform that action at this time.
0 commit comments