We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd1a6c commit 6d1fcd2Copy full SHA for 6d1fcd2
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout Code
21
- uses: actions/checkout@v1
+ uses: actions/checkout@v6
22
23
- name: Setup Ionic
24
uses: coturiv/setup-ionic@v1
@@ -33,7 +33,7 @@ jobs:
33
run: ionic cordova build android --prod
34
35
- name: Upload artifact
36
- uses: actions/upload-artifact@v1.0.0
+ uses: actions/upload-artifact@v5.0.0
37
with:
38
name: app-debug
39
path: ./platforms/android/app/build/outputs/apk/debug/app-debug.apk
0 commit comments