mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-16 22:11:14 +01:00
Changed: Bump actions/upload-artifact from 3 to 4 (#3735)
This commit is contained in:
parent
e4385832b7
commit
8e3a8980a8
2 changed files with 7 additions and 7 deletions
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
- name: Upload APKs to GitHub artifact
|
- name: Upload APKs to GitHub artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.package_variant }}
|
name: ${{ matrix.package_variant }}
|
||||||
path: ./app/build/outputs/apk/debug/*.apk
|
path: ./app/build/outputs/apk/debug/*.apk
|
||||||
|
|
|
||||||
12
.github/workflows/debug_build.yml
vendored
12
.github/workflows/debug_build.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Attach universal APK file
|
- name: Attach universal APK file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.APK_BASENAME_PREFIX }}_universal
|
name: ${{ env.APK_BASENAME_PREFIX }}_universal
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -86,7 +86,7 @@ jobs:
|
||||||
${{ env.APK_DIR_PATH }}/output-metadata.json
|
${{ env.APK_DIR_PATH }}/output-metadata.json
|
||||||
|
|
||||||
- name: Attach arm64-v8a APK file
|
- name: Attach arm64-v8a APK file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.APK_BASENAME_PREFIX }}_arm64-v8a
|
name: ${{ env.APK_BASENAME_PREFIX }}_arm64-v8a
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -94,7 +94,7 @@ jobs:
|
||||||
${{ env.APK_DIR_PATH }}/output-metadata.json
|
${{ env.APK_DIR_PATH }}/output-metadata.json
|
||||||
|
|
||||||
- name: Attach armeabi-v7a APK file
|
- name: Attach armeabi-v7a APK file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.APK_BASENAME_PREFIX }}_armeabi-v7a
|
name: ${{ env.APK_BASENAME_PREFIX }}_armeabi-v7a
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -102,7 +102,7 @@ jobs:
|
||||||
${{ env.APK_DIR_PATH }}/output-metadata.json
|
${{ env.APK_DIR_PATH }}/output-metadata.json
|
||||||
|
|
||||||
- name: Attach x86_64 APK file
|
- name: Attach x86_64 APK file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.APK_BASENAME_PREFIX }}_x86_64
|
name: ${{ env.APK_BASENAME_PREFIX }}_x86_64
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -110,7 +110,7 @@ jobs:
|
||||||
${{ env.APK_DIR_PATH }}/output-metadata.json
|
${{ env.APK_DIR_PATH }}/output-metadata.json
|
||||||
|
|
||||||
- name: Attach x86 APK file
|
- name: Attach x86 APK file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.APK_BASENAME_PREFIX }}_x86
|
name: ${{ env.APK_BASENAME_PREFIX }}_x86
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -118,7 +118,7 @@ jobs:
|
||||||
${{ env.APK_DIR_PATH }}/output-metadata.json
|
${{ env.APK_DIR_PATH }}/output-metadata.json
|
||||||
|
|
||||||
- name: Attach sha256sums file
|
- name: Attach sha256sums file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.APK_BASENAME_PREFIX }}_sha256sums
|
name: ${{ env.APK_BASENAME_PREFIX }}_sha256sums
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue