File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : github.event_name == 'push' && !contains(github.event.head_commit.message, 'Merge')
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - name : set up JDK 17
14- uses : actions/setup-java@v4
14+ uses : actions/setup-java@v5
1515 with :
1616 java-version : ' 17'
1717 distribution : ' temurin'
@@ -39,13 +39,13 @@ jobs:
3939 run : echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
4040
4141 - name : Upload WhatsApp flavor artifacts
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : whatsapp-debug-app-${{ env.SHORT_SHA }}
4545 path : app/build/outputs/apk/whatsapp/debug/app-whatsapp-debug.apk
4646
4747 - name : Upload Business flavor artifacts
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : business-debug-app-${{ env.SHORT_SHA }}
5151 path : app/build/outputs/apk/business/debug/app-business-debug.apk
You can’t perform that action at this time.
0 commit comments