Skip to content

Commit 3a07607

Browse files
committed
taro 4.0.7-canary.3 up
1 parent 346f3a0 commit 3a07607

11 files changed

+6567
-7490
lines changed

.github/workflows/assemble_android_debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
env:
8585
KEYSTORE_FILE: ${{ github.workspace }}/android/app/${{ env.KEYSTORE_FILE }}
8686
- name: Upload Android Products
87-
uses: actions/upload-artifact@v2
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: app-${{ env.BUILD_TYPE }}
9090
path: ${{ github.workspace }}/android/app/build/outputs/apk/${{ env.BUILD_TYPE }}/app-${{ env.BUILD_TYPE }}.apk

.github/workflows/assemble_android_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
env:
8282
KEYSTORE_FILE: ${{ github.workspace }}/android/app/${{ env.KEYSTORE_FILE }}
8383
- name: Upload Android Products
84-
uses: actions/upload-artifact@v2
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: app-${{ env.BUILD_TYPE }}
8787
path: ${{ github.workspace }}/android/app/build/outputs/apk/${{ env.BUILD_TYPE }}/app-${{ env.BUILD_TYPE }}.apk

.github/workflows/assemble_ios_debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
bundle update
9090
bundle exec fastlane build_dev
9191
- name: Upload Ios Products
92-
uses: actions/upload-artifact@v2
92+
uses: actions/upload-artifact@v4
9393
with:
9494
name: app-${{ env.BUILD_TYPE }}
9595
path: |

.github/workflows/assemble_ios_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
bundle update
9393
bundle exec fastlane build_release
9494
- name: Upload Ios Products
95-
uses: actions/upload-artifact@v2
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: app-${{ env.BUILD_TYPE }}
9898
path: |

0 commit comments

Comments
 (0)