diff --git a/.github/workflows/ios-tests.yml b/.github/workflows/ios-tests.yml index fcdcd233..6be50281 100644 --- a/.github/workflows/ios-tests.yml +++ b/.github/workflows/ios-tests.yml @@ -23,7 +23,7 @@ jobs: - name: Build run: xcodebuild build-for-testing -workspace apps/ios/GuideDogs.xcworkspace -scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 15' CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO |tee xcodebuild.log | xcpretty - name: uploadlog - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: xcodebuild-log path: xcodebuild.log