Skip to content

Commit 7185e77

Browse files
authored
Merge pull request #467 from Dev4Mod/dependabot/github_actions/actions-66a819fd4b
Bump the actions group across 1 directory with 3 updates
2 parents c56db1a + c70ce98 commit 7185e77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
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

0 commit comments

Comments
 (0)