File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 - name : Create iPad Simulator
2626 id : ipad_sim
27- uses : futureware-tech/simulator-action@v4
27+ uses : futureware-tech/simulator-action@v5
2828 with :
2929 model : ${{ inputs.IPAD_DEVICE_MODEL }}
3030 wait_for_boot : true
5757 git push --force origin fastlane-ios
5858
5959 - name : Upload Screenshots
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : iPad Screenshots
6363 path : screenshots/*
Original file line number Diff line number Diff line change 2424
2525 - name : Create iPhone Simulator
2626 id : iphone_sim
27- uses : futureware-tech/simulator-action@v4
27+ uses : futureware-tech/simulator-action@v5
2828 with :
2929 model : ${{ inputs.IPHONE_DEVICE_MODEL }}
3030 wait_for_boot : true
5757 git push --force origin fastlane-ios
5858
5959 - name : Upload Screenshots
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : iPhone Screenshots
6363 path : screenshots/*
You can’t perform that action at this time.
0 commit comments