Skip to content

Commit

Permalink
Workflows: update v1 to v4 (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 authored Sep 17, 2024
1 parent 0e44614 commit 12eb453
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Build
upload-artifact@v4name: Android Build
on:
workflow_dispatch:
pull_request:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: com.michaeloborne.MissionPlanner.aab.zip
path: ExtLibs\Xamarin\Xamarin.Android\bin\Release\*.aab
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
env:
BUILD_TOOLS_VERSION: "31.0.0"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: com.michaeloborne.MissionPlanner.apk.zip
path: ExtLibs\Xamarin\Xamarin.Android\bin\Release/${{ github.event_name == 'push' && '*-signed.apk' || '*.apk' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OSX Build
upload-artifact@v4name: OSX Build
on: [push, workflow_dispatch, pull_request]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd ..
.\md5sum.exe net461 > ..\..\checksums.txt
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: MissionPlannerBeta
path: bin\Release\net461
Expand Down

0 comments on commit 12eb453

Please sign in to comment.