Skip to content

Commit 995ef24

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 035fd59 + deef6fe commit 995ef24

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -76,7 +76,7 @@ jobs:
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');

0 commit comments

Comments
 (0)