From 835995ecc0ab0efb2d3c252092d1d0f339a1b376 Mon Sep 17 00:00:00 2001 From: Michael Oborne Date: Sun, 25 Feb 2024 15:48:12 +1100 Subject: [PATCH] Update mac.yml --- .github/workflows/mac.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index d3e9f93ced..8142f705f9 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -7,13 +7,13 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.1.1 with: submodules: true fetch-depth: 10 - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v4.0.0 with: path: | **/obj/** @@ -27,7 +27,7 @@ jobs: dotnet --list-sdks msbuild -v:m -restore -p:Configuration=Release "ExtLibs\Xamarin\Xamarin.iOS\Xamarin.iOS.csproj" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4.3.1 with: name: ios path: ExtLibs/Xamarin/Xamarin.iOS/bin/iPhoneSimulator/Release/ @@ -37,7 +37,7 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.1.1 with: submodules: true fetch-depth: 10 @@ -49,7 +49,7 @@ jobs: sudo xcode-select -s $XCODE_ROOT - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v4.0.0 with: path: | **/obj/** @@ -71,7 +71,7 @@ jobs: cd ExtLibs/Xamarin/Xamarin.MacOS/bin/Release/ create-dmg 'Mission Planner.app' --dmg-title='Mission Planner' - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4.3.1 with: name: osx path: |