Skip to content

Commit

Permalink
Use actions/upload-artifact@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Dec 1, 2024
1 parent e78abf7 commit c4419c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: npm install -g cordova @ionic/cli
- run: npm install
- run: ionic cordova build android --prod
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: android
path: platforms/android/**/*.apk
Expand All @@ -31,7 +31,7 @@ jobs:
- run: npm install -g cordova @ionic/cli
- run: npm install
- run: ionic cordova build ios --prod
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ios
path: platforms/ios/build/**/*.app
Expand All @@ -45,7 +45,7 @@ jobs:
- run: npm install -g @ionic/cli
- run: npm install
- run: ionic build --prod -- --base-href=/openlap/ --service-worker
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pwa
path: www

0 comments on commit c4419c2

Please sign in to comment.