Update GitHub Action Versions (#220)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gitbot Actions
2025-01-12 07:06:11 +00:00
committed by GitHub
parent 67d51c7e36
commit 05f70ecc4c
5 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ jobs:
buildToolsVersion: 35.0.0
- name: Upload Artifact - WithInternet
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: Signed app bundle - WithInternet
path: app/build/outputs/apk/withInternet/release/*.apk
@@ -70,7 +70,7 @@ jobs:
buildToolsVersion: 35.0.0
- name: Upload Artifact - WithoutInternet
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: Signed app bundle - WithoutInternet
path: app/build/outputs/apk/withoutInternet/release/*.apk