Skip to content

Commit

Permalink
GitHub Actions CI configuration - upgrade upload step, fixes CI build…
Browse files Browse the repository at this point in the history
… error (PR gsantner#2416 by @gsantner)
  • Loading branch information
gsantner authored Sep 16, 2024
1 parent 8ac73f8 commit ea066b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,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: |
Expand Down

0 comments on commit ea066b6

Please sign in to comment.