Update GitHub Action Versions (#220)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/android-branch_ci.yml
vendored
4
.github/workflows/android-branch_ci.yml
vendored
@@ -44,14 +44,14 @@ jobs:
|
||||
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
|
||||
|
||||
- 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/debug/*.apk
|
||||
retention-days: 3
|
||||
|
||||
- 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/debug/*.apk
|
||||
|
||||
4
.github/workflows/android-main_ci.yml
vendored
4
.github/workflows/android-main_ci.yml
vendored
@@ -42,14 +42,14 @@ jobs:
|
||||
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
|
||||
|
||||
- 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/debug/*.apk
|
||||
retention-days: 3
|
||||
|
||||
- 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/debug/*.apk
|
||||
|
||||
4
.github/workflows/android-pr_ci.yml
vendored
4
.github/workflows/android-pr_ci.yml
vendored
@@ -42,14 +42,14 @@ jobs:
|
||||
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
|
||||
|
||||
- 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/debug/*.apk
|
||||
retention-days: 3
|
||||
|
||||
- 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/debug/*.apk
|
||||
|
||||
@@ -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
|
||||
|
||||
2
.github/workflows/nightly-release.yml
vendored
2
.github/workflows/nightly-release.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: Create and Upload Release
|
||||
uses: softprops/action-gh-release@v2.1.0
|
||||
uses: softprops/action-gh-release@v2.2.1
|
||||
with:
|
||||
tag_name: nightly
|
||||
name: Nightly Release ${{ env.version }}
|
||||
|
||||
Reference in New Issue
Block a user