File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,19 +51,19 @@ jobs:
5151 run : echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
5252
5353 - name : Upload WhatsApp flavor artifacts
54- uses : actions/upload-artifact@v5
54+ uses : actions/upload-artifact@v7
5555 with :
5656 name : WaEnhancer-${{ env.SHORT_SHA }}
5757 path : app/build/outputs/apk/whatsapp/debug/WaEnhancer*.apk
5858
5959 - name : Upload Business flavor artifacts
60- uses : actions/upload-artifact@v5
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : WaEnhancer-Business-${{ env.SHORT_SHA }}
6363 path : app/build/outputs/apk/business/debug/WaEnhancer-Business*.apk
6464
6565 - name : Upload to GitHub release
66- uses : softprops/action-gh-release@v2
66+ uses : softprops/action-gh-release@v3
6767 with :
6868 token : ${{ secrets.GITHUB_TOKEN }}
6969 name : WaEnhancer ${{ env.SHORT_SHA }}
7676 - name : Read changelog
7777 if : ${{ success() && github.ref == 'refs/heads/master' && github.ref_type != 'tag' && env.BOT_TOKEN != '' }}
7878 id : changelog
79- uses : actions/github-script@v8
79+ uses : actions/github-script@v9
8080 with :
8181 script : |
8282 const fs = require('fs');
You can’t perform that action at this time.
0 commit comments