mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 04:51:38 +02:00
chore(deps): update actions/upload-artifact action to v2.3.1 (#1614)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
2b28f9f496
commit
7f2ccb18ee
6
.github/workflows/deploy_github_releases.yml
vendored
6
.github/workflows/deploy_github_releases.yml
vendored
|
@ -33,19 +33,19 @@ jobs:
|
||||||
arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
|
arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
|
||||||
|
|
||||||
- name: Upload non-free release APK
|
- name: Upload non-free release APK
|
||||||
uses: actions/upload-artifact@v2.2.4
|
uses: actions/upload-artifact@v2.3.1
|
||||||
with:
|
with:
|
||||||
name: APS Non-Free Release APK
|
name: APS Non-Free Release APK
|
||||||
path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk
|
path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk
|
||||||
|
|
||||||
- name: Upload non-free release Bundle
|
- name: Upload non-free release Bundle
|
||||||
uses: actions/upload-artifact@v2.2.4
|
uses: actions/upload-artifact@v2.3.1
|
||||||
with:
|
with:
|
||||||
name: APS Non-Free Release Bundle
|
name: APS Non-Free Release Bundle
|
||||||
path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab
|
path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab
|
||||||
|
|
||||||
- name: Upload free release APK
|
- name: Upload free release APK
|
||||||
uses: actions/upload-artifact@v2.2.4
|
uses: actions/upload-artifact@v2.3.1
|
||||||
with:
|
with:
|
||||||
name: APS Free Release APK
|
name: APS Free Release APK
|
||||||
path: app/build/outputs/apk/free/release/app-free-release.apk
|
path: app/build/outputs/apk/free/release/app-free-release.apk
|
||||||
|
|
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
||||||
|
|
||||||
- name: (Fail-only) Upload test report
|
- name: (Fail-only) Upload test report
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2.2.4
|
uses: actions/upload-artifact@v2.3.1
|
||||||
with:
|
with:
|
||||||
name: Test report
|
name: Test report
|
||||||
path: app/build/reports
|
path: app/build/reports
|
||||||
|
|
Loading…
Reference in a new issue