mirror of
https://github.com/gsantner/dandelion
synced 2025-09-11 03:09:48 +02:00
GitHub Actions CI configuration - upgrade upload step, fixes CI build error (PR #2416 by @gsantner)
(cherry picked from commit ea066b6ac90328a73e7bc1c19078663c66208ef4)
This commit is contained in:
parent
1a1385301b
commit
8c8fac9eaf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-android-project.yml
vendored
4
.github/workflows/build-android-project.yml
vendored
|
@ -53,14 +53,14 @@ jobs:
|
|||
|
||||
- name: "Artifacts: All"
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2.2.1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "all"
|
||||
path: dist
|
||||
retention-days: 5
|
||||
|
||||
- name: "Artifacts: Android APK"
|
||||
uses: actions/upload-artifact@v2.2.1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "android-apk"
|
||||
path: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue