diff options
| author | Albin <albin@mullvad.net> | 2022-10-31 15:07:07 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-11-02 10:24:41 +0100 |
| commit | 5c093ff30b00d967683d256b2054151c0ddd518b (patch) | |
| tree | 7153d9ab2e88eaf0eb5b352d4e8ee1b9eb260be2 | |
| parent | a3d261fea470a045b11b89d07db912c3924798c4 (diff) | |
| download | mullvadvpn-5c093ff30b00d967683d256b2054151c0ddd518b.tar.xz mullvadvpn-5c093ff30b00d967683d256b2054151c0ddd518b.zip | |
Bump official actions for android build
| -rw-r--r-- | .github/workflows/android-app.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index f4dd766a8d..6ac548fb48 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use custom container image if specified if: "${{ github.event.inputs.override_container_image != '' }}" @@ -59,7 +59,7 @@ jobs: run: echo "HOME=/root" >> $GITHUB_ENV - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Calculate native lib cache hash id: native-lib-cache-hash @@ -69,7 +69,7 @@ jobs: echo "native_lib_hash=$non_android_hash" >> $GITHUB_OUTPUT - name: Cache native libraries - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-native-libs with: path: | @@ -122,7 +122,7 @@ jobs: execution-only-caches: true - name: Upload apks - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: apks path: android/app/build/outputs/apk @@ -139,14 +139,14 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: apks - name: AVD cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: avd-cache with: path: | |
