2929 platform : iOS Simulator
3030 name : Build ${{ matrix.name }}
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - name : Setup
3434 uses : ./.github/actions/setup
3535 with :
4949 if : ${{ matrix.fat-arch }}
5050 shell : bash
5151 run : just xcodebuild-archive-fat ${{ matrix.arch }} "${{ matrix.platform }}" ${{ matrix.fat-arch }}
52- - uses : actions/upload-artifact@v3
52+ - uses : actions/upload-artifact@v4
5353 with :
5454 name : ${{ matrix.name }}
5555 path : apple/build/*.xcarchive
7373 name : Test XCode project
7474 runs-on : macos-12
7575 steps :
76- - uses : actions/checkout@v3
76+ - uses : actions/checkout@v4
7777 - name : Setup
7878 uses : ./.github/actions/setup
7979 with :
@@ -90,21 +90,21 @@ jobs:
9090 needs :
9191 - library-apple
9292 steps :
93- - uses : actions/checkout@v3
93+ - uses : actions/checkout@v4
9494 - name : Setup
9595 uses : ./.github/actions/setup
9696 - name : Download fat-aarch64-x86_64-apple-darwin
97- uses : actions/download-artifact@v3
97+ uses : actions/download-artifact@v4
9898 with :
9999 name : fat-aarch64-x86_64-apple-darwin
100100 path : apple/build/
101101 - name : Download aarch64-apple-ios
102- uses : actions/download-artifact@v3
102+ uses : actions/download-artifact@v4
103103 with :
104104 name : aarch64-apple-ios
105105 path : apple/build/
106106 - name : Download aarch64-apple-ios-sim
107- uses : actions/download-artifact@v3
107+ uses : actions/download-artifact@v4
108108 with :
109109 name : aarch64-apple-ios-sim
110110 path : apple/build/
0 commit comments