1
0
Fork 0
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:
Gregor Santner 2024-09-16 23:57:03 +02:00 committed by James Addison
parent 1a1385301b
commit 8c8fac9eaf

View file

@ -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: |