diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfa1503..be261ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: - name: Upload Xcode Build Log on Failure if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: xcodebuild-log path: xcodebuild.log