File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ jobs:
6666 KEYSTORE_PASS : ${{ secrets.KEYSTORE_PASS }}
6767
6868 - name : Upload Bundle
69- uses : actions/upload-artifact@v6
69+ uses : actions/upload-artifact@v7
7070 with :
7171 name : bundle
7272 path : app/build/outputs/bundle/release/app-release.aab
7373 if : ${{ !cancelled() }}
7474
7575 - name : Upload De-obfuscation mapping file
76- uses : actions/upload-artifact@v6
76+ uses : actions/upload-artifact@v7
7777 with :
7878 name : mapping-release
7979 path : app/build/outputs/mapping/release/mapping.txt
Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ jobs:
8080
8181 - name : Upload APK
8282 id : upload-apk
83- uses : actions/upload-artifact@v6
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : ${{ env.FGA_APK_ARTIFACT_NAME }}
8686 path : ${{ env.FGA_APK_PATH }}
8787
8888 - name : Upload De-obfuscation mapping file
89- uses : actions/upload-artifact@v6
89+ uses : actions/upload-artifact@v7
9090 with :
9191 name : ${{ env.FGA_MAPPING_ARTIFACT_NAME }}
9292 path : ${{ env.FGA_MAPPING_PATH }}
You can’t perform that action at this time.
0 commit comments