Skip to content

Commit ba991df

Browse files
Update GitHub Action Versions
1 parent 67d51c7 commit ba991df

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
4545

4646
- name: Upload Artifact - WithInternet
47-
uses: actions/upload-artifact@v4.5.0
47+
uses: actions/upload-artifact@v4.6.0
4848
with:
4949
name: Signed app bundle - WithInternet
5050
path: app/build/outputs/apk/withInternet/debug/*.apk
5151
retention-days: 3
5252

5353
- name: Upload Artifact - WithoutInternet
54-
uses: actions/upload-artifact@v4.5.0
54+
uses: actions/upload-artifact@v4.6.0
5555
with:
5656
name: Signed app bundle - WithoutInternet
5757
path: app/build/outputs/apk/withoutInternet/debug/*.apk

.github/workflows/android-main_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
4343

4444
- name: Upload Artifact - WithInternet
45-
uses: actions/upload-artifact@v4.5.0
45+
uses: actions/upload-artifact@v4.6.0
4646
with:
4747
name: Signed app bundle - WithInternet
4848
path: app/build/outputs/apk/withInternet/debug/*.apk
4949
retention-days: 3
5050

5151
- name: Upload Artifact - WithoutInternet
52-
uses: actions/upload-artifact@v4.5.0
52+
uses: actions/upload-artifact@v4.6.0
5353
with:
5454
name: Signed app bundle - WithoutInternet
5555
path: app/build/outputs/apk/withoutInternet/debug/*.apk

.github/workflows/android-pr_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
4343

4444
- name: Upload Artifact - WithInternet
45-
uses: actions/upload-artifact@v4.5.0
45+
uses: actions/upload-artifact@v4.6.0
4646
with:
4747
name: Signed app bundle - WithInternet
4848
path: app/build/outputs/apk/withInternet/debug/*.apk
4949
retention-days: 3
5050

5151
- name: Upload Artifact - WithoutInternet
52-
uses: actions/upload-artifact@v4.5.0
52+
uses: actions/upload-artifact@v4.6.0
5353
with:
5454
name: Signed app bundle - WithoutInternet
5555
path: app/build/outputs/apk/withoutInternet/debug/*.apk

.github/workflows/android-release_ci-forced.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
buildToolsVersion: 35.0.0
5252

5353
- name: Upload Artifact - WithInternet
54-
uses: actions/upload-artifact@v4.5.0
54+
uses: actions/upload-artifact@v4.6.0
5555
with:
5656
name: Signed app bundle - WithInternet
5757
path: app/build/outputs/apk/withInternet/release/*.apk
@@ -70,7 +70,7 @@ jobs:
7070
buildToolsVersion: 35.0.0
7171

7272
- name: Upload Artifact - WithoutInternet
73-
uses: actions/upload-artifact@v4.5.0
73+
uses: actions/upload-artifact@v4.6.0
7474
with:
7575
name: Signed app bundle - WithoutInternet
7676
path: app/build/outputs/apk/withoutInternet/release/*.apk

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
shell: bash
110110

111111
- name: Create and Upload Release
112-
uses: softprops/action-gh-release@v2.1.0
112+
uses: softprops/action-gh-release@v2.2.1
113113
with:
114114
tag_name: nightly
115115
name: Nightly Release ${{ env.version }}

0 commit comments

Comments
 (0)