Update GitHub Action Versions (#230)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/android-branch_ci.yml
vendored
6
.github/workflows/android-branch_ci.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.2
|
- uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
@@ -44,14 +44,14 @@ jobs:
|
|||||||
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
|
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
|
||||||
|
|
||||||
- name: Upload Artifact - WithInternet
|
- name: Upload Artifact - WithInternet
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: Signed app bundle - WithInternet
|
name: Signed app bundle - WithInternet
|
||||||
path: app/build/outputs/apk/withInternet/debug/*.apk
|
path: app/build/outputs/apk/withInternet/debug/*.apk
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
|
||||||
- name: Upload Artifact - WithoutInternet
|
- name: Upload Artifact - WithoutInternet
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: Signed app bundle - WithoutInternet
|
name: Signed app bundle - WithoutInternet
|
||||||
path: app/build/outputs/apk/withoutInternet/debug/*.apk
|
path: app/build/outputs/apk/withoutInternet/debug/*.apk
|
||||||
|
|||||||
6
.github/workflows/android-main_ci.yml
vendored
6
.github/workflows/android-main_ci.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.2
|
- uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
@@ -42,14 +42,14 @@ jobs:
|
|||||||
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
|
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
|
||||||
|
|
||||||
- name: Upload Artifact - WithInternet
|
- name: Upload Artifact - WithInternet
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: Signed app bundle - WithInternet
|
name: Signed app bundle - WithInternet
|
||||||
path: app/build/outputs/apk/withInternet/debug/*.apk
|
path: app/build/outputs/apk/withInternet/debug/*.apk
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
|
||||||
- name: Upload Artifact - WithoutInternet
|
- name: Upload Artifact - WithoutInternet
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: Signed app bundle - WithoutInternet
|
name: Signed app bundle - WithoutInternet
|
||||||
path: app/build/outputs/apk/withoutInternet/debug/*.apk
|
path: app/build/outputs/apk/withoutInternet/debug/*.apk
|
||||||
|
|||||||
6
.github/workflows/android-pr_ci.yml
vendored
6
.github/workflows/android-pr_ci.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.2
|
- uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
@@ -42,14 +42,14 @@ jobs:
|
|||||||
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
|
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
|
||||||
|
|
||||||
- name: Upload Artifact - WithInternet
|
- name: Upload Artifact - WithInternet
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: Signed app bundle - WithInternet
|
name: Signed app bundle - WithInternet
|
||||||
path: app/build/outputs/apk/withInternet/debug/*.apk
|
path: app/build/outputs/apk/withInternet/debug/*.apk
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
|
||||||
- name: Upload Artifact - WithoutInternet
|
- name: Upload Artifact - WithoutInternet
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: Signed app bundle - WithoutInternet
|
name: Signed app bundle - WithoutInternet
|
||||||
path: app/build/outputs/apk/withoutInternet/debug/*.apk
|
path: app/build/outputs/apk/withoutInternet/debug/*.apk
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.2
|
- uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
buildToolsVersion: 35.0.0
|
buildToolsVersion: 35.0.0
|
||||||
|
|
||||||
- name: Upload Artifact - WithInternet
|
- name: Upload Artifact - WithInternet
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: Signed app bundle - WithInternet
|
name: Signed app bundle - WithInternet
|
||||||
path: app/build/outputs/apk/withInternet/release/*.apk
|
path: app/build/outputs/apk/withInternet/release/*.apk
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
buildToolsVersion: 35.0.0
|
buildToolsVersion: 35.0.0
|
||||||
|
|
||||||
- name: Upload Artifact - WithoutInternet
|
- name: Upload Artifact - WithoutInternet
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: Signed app bundle - WithoutInternet
|
name: Signed app bundle - WithoutInternet
|
||||||
path: app/build/outputs/apk/withoutInternet/release/*.apk
|
path: app/build/outputs/apk/withoutInternet/release/*.apk
|
||||||
|
|||||||
2
.github/workflows/android-release_ci.yml
vendored
2
.github/workflows/android-release_ci.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.2
|
- uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|||||||
2
.github/workflows/nightly-release.yml
vendored
2
.github/workflows/nightly-release.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.2
|
- uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|||||||
Reference in New Issue
Block a user