diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce0149801..4915b8f18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.2' + xcode-version: '16.2.0' - name: Checkout repo uses: actions/checkout@v3 @@ -26,7 +26,7 @@ jobs: SCAN_SCHEME: IGListKit - name: Upload result bundle - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: result_bundle.xcresult path: result_bundle.xcresult