From 05f70ecc4c50f3f9fb692f92b9288527413b0988 Mon Sep 17 00:00:00 2001 From: Gitbot Actions <121853638+Gitbot-Actions@users.noreply.github.com> Date: Sun, 12 Jan 2025 07:06:11 +0000 Subject: [PATCH] Update GitHub Action Versions (#220) Co-authored-by: github-actions[bot] --- .github/workflows/android-branch_ci.yml | 4 ++-- .github/workflows/android-main_ci.yml | 4 ++-- .github/workflows/android-pr_ci.yml | 4 ++-- .github/workflows/android-release_ci-forced.yml | 4 ++-- .github/workflows/nightly-release.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/android-branch_ci.yml b/.github/workflows/android-branch_ci.yml index 8bc94652..174457f0 100644 --- a/.github/workflows/android-branch_ci.yml +++ b/.github/workflows/android-branch_ci.yml @@ -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 diff --git a/.github/workflows/android-main_ci.yml b/.github/workflows/android-main_ci.yml index 94d7f1c3..77aae846 100644 --- a/.github/workflows/android-main_ci.yml +++ b/.github/workflows/android-main_ci.yml @@ -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 diff --git a/.github/workflows/android-pr_ci.yml b/.github/workflows/android-pr_ci.yml index a276a1e8..33a1a85b 100644 --- a/.github/workflows/android-pr_ci.yml +++ b/.github/workflows/android-pr_ci.yml @@ -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 diff --git a/.github/workflows/android-release_ci-forced.yml b/.github/workflows/android-release_ci-forced.yml index 2efbe0f6..87ee0f34 100644 --- a/.github/workflows/android-release_ci-forced.yml +++ b/.github/workflows/android-release_ci-forced.yml @@ -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 diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index b811325f..65e60ed0 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -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 }}