Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 2, 2024
1 parent 7bd1a6c commit 752972c
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Setup Ionic
uses: coturiv/setup-ionic@v1
Expand All @@ -33,7 +33,7 @@ jobs:
run: ionic cordova build android --prod

- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.3.5
with:
name: app-debug
path: ./platforms/android/app/build/outputs/apk/debug/app-debug.apk
Loading

0 comments on commit 752972c

Please sign in to comment.